Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4551fd8 commit 8b6fdfdCopy full SHA for 8b6fdfd
package.json
@@ -1,7 +1,7 @@
1
{
2
"name" : "rewire",
3
"version" : "2.0.0",
4
- "description" : "Dependency injection for node.js applications",
+ "description" : "Easy dependency injection for node.js unit testing",
5
"keywords" : [
6
"dependency",
7
"injection",
@@ -27,15 +27,13 @@
27
"type": "git",
28
"url": "git://github.com/jhnns/rewire.git"
29
},
30
- "engines" : {
31
- "node" : "<0.12.x"
32
- },
33
"devDependencies": {
34
"mocha": "1.x",
35
"expect.js": "0.x",
36
"coffee-script": "1.x"
37
38
"scripts" : {
39
- "test" : "node node_modules/mocha/bin/mocha -R spec"
+ "test" : "node node_modules/mocha/bin/mocha -R spec",
+ "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
40
}
41
0 commit comments