kontainer-di
Version:
A simple lightweight Dependency Injection container
35 lines (34 loc) • 759 B
JSON
{
"name": "kontainer-di",
"version": "0.9.9",
"description": "A simple lightweight Dependency Injection container",
"main": "container.js",
"homepage": "https://github.com/redradix/kontainer",
"directories": {
"test": "test",
"examples": "examples"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"ioc",
"dependency",
"injection",
"container"
],
"author": "cdelaorden <cdelaorden@gmail.com> (http://www.redradix.com)",
"repository": {
"type": "git",
"url": "https://github.com/redradix/kontainer.git"
},
"license": "ISC",
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.1",
"sinon": "^1.15.4"
},
"dependencies": {
"bluebird": "^2.9.34"
}
}