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" : " mail@johannesewald.de"
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" : " mail@johannesewald.de"
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" : " mail@johannesewald.de"
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" : " mail@johannesewald.de"
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