1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

Adding npm and build script with uglifyjs

This commit is contained in:
Henrik Hautakoski 2019-11-20 18:08:49 +01:00
parent 6c9bd003dd
commit db291a87df
5 changed files with 83 additions and 53 deletions

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "apt-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"uglify-js": "^3.6.9"
},
"scripts": {
"build": "./_scripts/build.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"
}