Fix events stuff with awful hacks

This commit is contained in:
Jonathan Cremin 2015-08-08 20:37:49 +01:00
parent b48a4e92e1
commit ab49c181e7
8 changed files with 60 additions and 52 deletions

View file

@ -17,13 +17,13 @@
"jspm": "jspm install",
"start": "npm run build && node -r 'babel/register' app.js",
"test": "mongo hostr test/fixtures/mongo-user.js test/fixtures/mongo-file.js && mocha -r babel/register test/api test/web",
"watch": "nodemon -x \"node -r 'babel/register'\" -i web/public/ app.js",
"watch": "nodemon -x \"node -r 'babel/register'\" app.js",
"watch-js": "babel -D -w -m system -d web/public/build web/public/src",
"watch-sass": "node-sass -w -r -o web/public/styles/ web/public/styles/"
},
"dependencies": {
"aws-sdk": "~2.1.42",
"babel": "~5.8.20",
"aws-sdk": "~2.1.44",
"babel": "~5.8.21",
"basic-auth": "~1.0.3",
"co": "~4.6.0",
"co-busboy": "~1.3.0",
@ -61,13 +61,13 @@
"redis-url": "~1.2.1",
"s3-upload-stream": "^1.0.7",
"spdy": "~1.32.4",
"stripe": "~3.6.0",
"stripe": "^3.7.0",
"supertest": "~1.0.1",
"swig": "^1.4.2",
"virustotal.js": "~0.3.1"
},
"devDependencies": {
"eslint": "~1.0.0",
"eslint": "~1.1.0",
"istanbul": "^0.3.17",
"mocha": "~2.2.5",
"nodemon": "~1.4.0",