blob: b383f127ae32e63fe7b68897b69f3fb7069faf02 [file] [log] [blame]
{
"author": "Vojta Jina <vojta.jina@gmail.com>",
"description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
"devDependencies": {
"chai": "1.4.2",
"coffee-script": "1.4.0",
"grunt": "~0.4.0rc5",
"grunt-contrib-jshint": "~0.1.1rc5",
"grunt-simple-mocha": "~0.3.2",
"mocha": "1.8.1"
},
"keywords": [
"di",
"dependency",
"injection",
"injector"
],
"license": "MIT",
"main": "lib/index.js",
"name": "di",
"repository": {
"type": "git",
"url": "git://github.com/vojtajina/node-di.git"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script test/*"
},
"version": "0.0.1"
}