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:
parent
6c9bd003dd
commit
db291a87df
5 changed files with 83 additions and 53 deletions
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue