{ "name" : "rewire", "version" : "1.1.3", "description" : "Dependency injection for node.js applications", "keywords" : [ "dependency", "injection", "mock", "shim", "module", "unit", "test", "leak", "inspect" ], "author" : { "name" : "Johannes Ewald", "email" : "mail@johannesewald.de" }, "main" : "lib/index.js", "homepage": "https://github.com/jhnns/rewire", "bugs" : { "url" : "https://github.com/jhnns/rewire/issues", "email" : "mail@johannesewald.de" }, "repository": { "type": "git", "url": "git://github.com/jhnns/rewire.git" }, "engines" : { "node" : "<0.12.x" }, "devDependencies": { "mocha": "1.x", "expect.js": "0.x", "coffee-script": "1.x" }, "scripts" : { "test" : "node node_modules/mocha/bin/mocha -R spec" } }