Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad3689f

Browse files
committed
Update devDependencies
1 parent a23473b commit ad3689f

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name" : "rewire",
3-
"version" : "2.1.3",
4-
"description" : "Easy dependency injection for node.js unit testing",
5-
"keywords" : [
6-
"dependency",
7-
"injection",
8-
"mock",
9-
"shim",
10-
"module",
11-
"unit",
12-
"test",
13-
"leak",
14-
"inspect"
15-
],
16-
"author" : {
17-
"name" : "Johannes Ewald",
18-
"email" : "[email protected]"
19-
},
20-
"main" : "lib/index.js",
21-
"homepage": "https://github.com/jhnns/rewire",
22-
"bugs" : {
23-
"url" : "https://github.com/jhnns/rewire/issues",
24-
"email" : "[email protected]"
25-
},
26-
"repository": {
27-
"type": "git",
28-
"url": "git://github.com/jhnns/rewire.git"
29-
},
30-
"devDependencies": {
31-
"mocha": "1.x",
32-
"expect.js": "0.x",
33-
"coffee-script": "1.x"
34-
},
35-
"scripts" : {
36-
"test" : "node node_modules/mocha/bin/mocha -R spec",
37-
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
38-
}
39-
}
2+
"name": "rewire",
3+
"version": "2.1.3",
4+
"description": "Easy dependency injection for node.js unit testing",
5+
"keywords": [
6+
"dependency",
7+
"injection",
8+
"mock",
9+
"shim",
10+
"module",
11+
"unit",
12+
"test",
13+
"leak",
14+
"inspect"
15+
],
16+
"author": {
17+
"name": "Johannes Ewald",
18+
"email": "[email protected]"
19+
},
20+
"main": "lib/index.js",
21+
"homepage": "https://github.com/jhnns/rewire",
22+
"bugs": {
23+
"url": "https://github.com/jhnns/rewire/issues",
24+
"email": "[email protected]"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "git://github.com/jhnns/rewire.git"
29+
},
30+
"devDependencies": {
31+
"coffee-script": "^1.8.0",
32+
"expect.js": "^0.3.1",
33+
"mocha": "^2.1.0"
34+
},
35+
"scripts": {
36+
"test": "node node_modules/mocha/bin/mocha -R spec",
37+
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
38+
}
39+
}

0 commit comments

Comments
 (0)