|
@@ -5,7 +5,7 @@
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"main": "index.js",
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
|
|
+ "test": "grunt coffee && grunt mochaTest"
|
|
|
},
|
|
},
|
|
|
"author": "",
|
|
"author": "",
|
|
|
"license": "Proprietary",
|
|
"license": "Proprietary",
|
|
@@ -13,16 +13,17 @@
|
|
|
"coffee-script": "^1.10.0"
|
|
"coffee-script": "^1.10.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "nock": "0.15.2",
|
|
|
|
|
- "sandboxed-module": "",
|
|
|
|
|
- "sinon": "",
|
|
|
|
|
|
|
+ "bunyan": "~0.22.3",
|
|
|
"chai": "",
|
|
"chai": "",
|
|
|
|
|
+ "grunt": "~0.4.5",
|
|
|
|
|
+ "grunt-bunyan": "~0.5.0",
|
|
|
|
|
+ "grunt-cli": "^1.3.2",
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
- "grunt-mocha-test": "~0.10.2",
|
|
|
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
|
- "grunt": "~0.4.5",
|
|
|
|
|
"grunt-execute": "~0.2.1",
|
|
"grunt-execute": "~0.2.1",
|
|
|
- "bunyan": "~0.22.3",
|
|
|
|
|
- "grunt-bunyan": "~0.5.0"
|
|
|
|
|
|
|
+ "grunt-mocha-test": "^0.13.3",
|
|
|
|
|
+ "nock": "0.15.2",
|
|
|
|
|
+ "sandboxed-module": "",
|
|
|
|
|
+ "sinon": ""
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|