inverter-ioc
Version:
Just an ioc container made in javascript
39 lines (38 loc) • 909 B
JSON
{
"name": "inverter-ioc",
"version": "0.1.3",
"description": "Just an ioc container made in javascript",
"main": "./src/inverter.js",
"_id": "inverter-ioc@0.1.3",
"_requiredBy": [
"/"
],
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felipeuntill/inverter-ioc.git"
},
"keywords": [
"ioc",
"javascript",
"js",
"SOLID"
],
"author": "felipeuntill",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/felipeuntill/inverter-ioc/issues"
},
"homepage": "https://github.com/felipeuntill/inverter-ioc#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"coveralls": "^2.11.11",
"istanbul": "^0.4.4",
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}