injectr
Version:
Finally, a solution to node.js dependency injection
55 lines (54 loc) • 1.28 kB
JSON
{
"name" : "injectr",
"version" : "0.5.1",
"description" : "Finally, a solution to node.js dependency injection",
"keywords" : [
"dependency injection",
"mock",
"unit",
"test"
],
"author" : {
"name" : "Nathan MacInnes",
"email" : "nathan@macinn.es",
"web" : "http://macinn.es"
},
"main" : "lib/injectr.js",
"bugs" : {
"email" : "nathan@macinn.es",
"url" : "https://github.com/nathanmacinnes/injectr/issues"
},
"licenses" : {
"type" : "MIT",
"url" : "http: //www.opensource.org/licenses/mit-license.php"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/nathanmacinnes/injectr"
},
"engines" : {
"node" : ">=0.6.x"
},
"devDependencies" : {
"mocha" : "1.0.0 - 1.18.x",
"expect.js" : "0.1.0 - 0.3.x",
"jshint" : "~2.5",
"pretendr" : "~0.5"
},
"scripts" : {
"test" : "make test",
"test-all" : "make test-all",
"lint" : "make lint"
},
"directories" : {
"lib" : "lib",
"test" : "test"
},
"files" : [
"Makefile",
"README.md",
"LICENSE",
"lib/",
"test/"
]
}