ioc.js
Version:
Inversion Of Control for ECMA Script 7
35 lines (34 loc) • 823 B
JSON
{
"name": "ioc.js",
"version": "1.0.0",
"description": "Inversion Of Control for ECMA Script 7",
"main": "IoC.js",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.2",
"babel-plugin-transform-react-jsx": "^6.6.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xxar3s/IoC.js.git"
},
"keywords": [
"IoC",
"Inversion",
"Of",
"Control",
"Container",
"Kernel"
],
"author": "Frank Hliva",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/xxar3s/IoC.js/issues"
},
"homepage": "https://github.com/xxar3s/IoC.js#readme"
}