majic
Version:
A micro javascript/node.js ioc dependency injection container
54 lines (53 loc) • 1.23 kB
JSON
{
"name": "majic",
"keywords": [
"ioc",
"dependency",
"injection",
"dependency injection",
"di",
"asynchronous",
"promise",
"unit test",
"scan",
"auto-discovery"
],
"version": "1.0.1",
"description": "A micro javascript/node.js ioc dependency injection container",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"coveralls": "istanbul-coveralls"
},
"author": "Taylor Gautier",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:tsgautier/node-majic.git"
},
"dependencies": {
"app-root-path": "^1.0.0",
"bluebird": "^3.4.1",
"coffee-script": "^1.10.0",
"glob": "^7.0.5",
"introspect": "0.0.3",
"lodash": "^4.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"istanbul-cobertura-badger": "^1.2.1",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"declare": [
"fs"
],
"bin": {
"majic": "./bin/majic"
}
}