This commit is contained in:
Jake Howard 2017-02-15 21:01:01 +00:00
parent 2ff06400d8
commit ddc7c41910

View file

@ -10,7 +10,7 @@
"start": "node ./dist/server.js site/", "start": "node ./dist/server.js site/",
"postinstall": "typings install", "postinstall": "typings install",
"build": "tsc", "build": "tsc",
"test": "npm run build" "test": "npm run build && nsp check"
}, },
"engines": { "engines": {
"node": "6.9.4" "node": "6.9.4"
@ -28,20 +28,20 @@
"basic-auth": "=1.1.0", "basic-auth": "=1.1.0",
"compression": "=1.6.2", "compression": "=1.6.2",
"connect-static-file": "=1.1.2", "connect-static-file": "=1.1.2",
"express": "=4.14.0", "express": "=4.14.1",
"express-basic-auth": "=0.2.3", "express-basic-auth": "=0.3.2",
"express-ip-access-control": "=1.0.5", "express-ip-access-control": "=1.0.5",
"express-winston": "=2.1.2", "express-winston": "=2.2.0",
"helmet": "=3.4.0", "helmet": "=3.4.0",
"opbeat": "=4.7.0", "opbeat": "=4.11.0",
"serve-index": "=1.8.0", "serve-index": "=1.8.0",
"winston": "=2.3.0" "winston": "=2.3.1"
}, },
"devDependencies": { "devDependencies": {
"mocha": "=3.2.0", "mocha": "=3.2.0",
"nsp": "=2.6.2", "nsp": "=2.6.2",
"supertest": "=2.0.1", "supertest": "=3.0.0",
"typescript": "^2.1.6", "typescript": "=2.1.6",
"typings": "^2.1.0" "typings": "=2.1.0"
} }
} }