mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
30 lines
683 B
JSON
30 lines
683 B
JSON
{
|
|
"name": "apt-site",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"alpinejs": "^3.8.1",
|
|
"anchor-js": "^4.1.0",
|
|
"clipboard": "^2.0.4",
|
|
"jquery": "^3.4.1",
|
|
"lunr": "^2.3.9",
|
|
"tippy.js": "^5.2.1",
|
|
"webpack": "^5.67.0",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"scripts": {
|
|
"build": "./_scripts/build.sh",
|
|
"start": "./_scripts/start.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eosswedenorg/apt.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/eosswedenorg/apt/issues"
|
|
},
|
|
"homepage": "https://github.com/eosswedenorg/apt#readme"
|
|
}
|