UNPKG

inject-js

Version:

lightweight, small, high level dependency injector with object lifetime management

62 lines (61 loc) 1.63 kB
{ "name": "inject-js", "version": "0.5.7", "description": "lightweight, small, high level dependency injector with object lifetime management", "main": "dist/inject.js", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/nstraub/injectjs.git" }, "keywords": [ "dependency", "injector", "lightweight", "inject", "lifetime", "singleton", "transient", "parent" ], "author": "Nicolas Straub", "license": "ISC", "bugs": { "url": "https://github.com/nstraub/injectjs/issues" }, "homepage": "https://github.com/nstraub/injectjs", "devDependencies": { "assert-js": "^0.18.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-istanbul": "^4.1.4", "babel-plugin-lodash": "^3.3.2", "babel-plugin-ramda": "^1.4.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "eslint": "^4.17.0", "imports-loader": "^0.7.1", "jasmine-core": "^2.99.1", "jasmine-sinon": "^0.4.0", "karma": "~2.0.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.32", "karma-webpack": "^2.0.9", "phantomjs-polyfill-array-from": "^1.0.1", "phantomjs-polyfill-object-assign": "0.0.2", "testable-js": "0.0.17", "testdouble": "^3.5.0", "webpack": "^3.11.0" }, "dependencies": { "lodash": "^4.17.5", "ramda": "^0.25.0" } }