mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +00:00
Add steam id lib and compile on watch
This commit is contained in:
parent
17ff3b06cc
commit
9c23b09a05
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"scripts": {
|
||||
"test": "NODE_ENV=test mocha --harmony spec/",
|
||||
"start": "npm run compile && node --harmony index.js",
|
||||
"watch": "node_modules/gulp/bin/gulp.js watch",
|
||||
"watch": "node_modules/gulp/bin/gulp.js && node_modules/gulp/bin/gulp.js watch",
|
||||
"compile": "node_modules/gulp/bin/gulp.js",
|
||||
"dev": "nodemon --harmony index.js"
|
||||
},
|
||||
|
@ -44,6 +44,7 @@
|
|||
"request": "~2.60.0",
|
||||
"serve-favicon": "~2.3.0",
|
||||
"socket.io": "~1.3.5",
|
||||
"steamidconvert": "^0.2.4",
|
||||
"winston": "~1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue