|
@@ -12,45 +12,45 @@
|
|
"main": "./lib/index.js",
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"async": "~0.9.0",
|
|
- "body-parser": "~1.10.0",
|
|
|
|
- "compression": "~1.2.2",
|
|
|
|
- "cors": "^2.5.2",
|
|
|
|
- "debug": "~2.1.0",
|
|
|
|
- "express": "~4.10.6",
|
|
|
|
|
|
+ "body-parser": "~1.12.1",
|
|
|
|
+ "compression": "~1.4.3",
|
|
|
|
+ "cors": "^2.5.3",
|
|
|
|
+ "debug": "~2.1.3",
|
|
|
|
+ "express": "~4.12.2",
|
|
"lwip": "0.0.6",
|
|
"lwip": "0.0.6",
|
|
"meow": "^3.0.0",
|
|
"meow": "^3.0.0",
|
|
"phantomas": "1.10.0",
|
|
"phantomas": "1.10.0",
|
|
"ps-node": "0.0.3",
|
|
"ps-node": "0.0.3",
|
|
"q": "~1.1.2",
|
|
"q": "~1.1.2",
|
|
- "rimraf": "~2.2.8",
|
|
|
|
|
|
+ "rimraf": "~2.3.2",
|
|
"temporary": "0.0.8"
|
|
"temporary": "0.0.8"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "chai": "^1.10.0",
|
|
|
|
|
|
+ "chai": "^2.1.2",
|
|
"grunt": "^0.4.5",
|
|
"grunt": "^0.4.5",
|
|
"grunt-blanket": "^0.0.8",
|
|
"grunt-blanket": "^0.0.8",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
- "grunt-contrib-concat": "^0.5.0",
|
|
|
|
- "grunt-contrib-copy": "^0.7.0",
|
|
|
|
- "grunt-contrib-cssmin": "^0.11.0",
|
|
|
|
- "grunt-contrib-htmlmin": "^0.3.0",
|
|
|
|
- "grunt-contrib-jshint": "^0.10.0",
|
|
|
|
- "grunt-contrib-less": "^0.12.0",
|
|
|
|
- "grunt-contrib-uglify": "^0.7.0",
|
|
|
|
- "grunt-env": "^0.4.2",
|
|
|
|
|
|
+ "grunt-contrib-concat": "^0.5.1",
|
|
|
|
+ "grunt-contrib-copy": "^0.8.0",
|
|
|
|
+ "grunt-contrib-cssmin": "^0.12.2",
|
|
|
|
+ "grunt-contrib-htmlmin": "^0.4.0",
|
|
|
|
+ "grunt-contrib-jshint": "^0.11.0",
|
|
|
|
+ "grunt-contrib-less": "^1.0.0",
|
|
|
|
+ "grunt-contrib-uglify": "^0.8.0",
|
|
|
|
+ "grunt-env": "^0.4.4",
|
|
"grunt-express": "^1.4.1",
|
|
"grunt-express": "^1.4.1",
|
|
"grunt-filerev": "^2.1.2",
|
|
"grunt-filerev": "^2.1.2",
|
|
"grunt-fontsmith": "^0.9.1",
|
|
"grunt-fontsmith": "^0.9.1",
|
|
"grunt-inline-angular-templates": "^0.1.5",
|
|
"grunt-inline-angular-templates": "^0.1.5",
|
|
"grunt-line-remover": "^0.0.2",
|
|
"grunt-line-remover": "^0.0.2",
|
|
- "grunt-mocha-test": "^0.12.4",
|
|
|
|
|
|
+ "grunt-mocha-test": "^0.12.7",
|
|
"grunt-replace": "^0.8.0",
|
|
"grunt-replace": "^0.8.0",
|
|
"grunt-usemin": "^3.0.0",
|
|
"grunt-usemin": "^3.0.0",
|
|
"matchdep": "^0.3.0",
|
|
"matchdep": "^0.3.0",
|
|
- "mocha": "^2.1.0",
|
|
|
|
- "request": "^2.51.0",
|
|
|
|
- "sinon": "^1.12.1",
|
|
|
|
- "sinon-chai": "^2.6.0"
|
|
|
|
|
|
+ "mocha": "^2.2.1",
|
|
|
|
+ "request": "^2.53.0",
|
|
|
|
+ "sinon": "^1.14.0",
|
|
|
|
+ "sinon-chai": "^2.7.0"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
"test": "grunt test"
|