updated package and created pm2 runfile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-03 16:43:28 +02:00
parent 743870d2fb
commit de6a3cc2ca
2 changed files with 33 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "zoff",
"version": "1.0.0",
"description": "Zoff ====",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoff-music/zoff.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zoff-music/zoff/issues"
},
"homepage": "https://github.com/zoff-music/zoff#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.8"
}
}