Add steam id lib and compile on watch

This commit is contained in:
Chris Blanchard 2015-08-31 14:37:16 +01:00
parent 17ff3b06cc
commit 9c23b09a05

View file

@ -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": {