UNPKG

hilary

Version:

a simple Dependency Injection (DI) library that provides Inversion of Control (IoC) capabilities in Node.js and the browser

59 lines (58 loc) 1.49 kB
{ "name": "hilary", "version": "5.2.0", "description": "a simple Dependency Injection (DI) library that provides Inversion of Control (IoC) capabilities in Node.js and the browser", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/losandes/hilaryjs.git" }, "keywords": [ "dependency injection", "inversion of control", "IoC", "DI", "dependency", "injection", "injector", "inversion", "control", "node", "javascript", "autowire", "configuration" ], "author": "&y <andes.collab@gmail.com> (https://github.com/losandes)", "license": "MIT", "bugs": { "url": "https://github.com/losandes/hilaryjs/issues" }, "homepage": "https://github.com/losandes/hilaryjs", "dependencies": { "polyn": "^1.10.*" }, "devDependencies": { "chai": "^3.5.0", "chalk": "^1.1.3", "grunt": "^1.0.1", "grunt-contrib-uglify": "^2.0.0", "grunt-karma": "^2.0.0", "grunt-mocha": "^1.0.2", "grunt-mocha-test": "^0.13.2", "karma": "^1.3.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.0", "karma-ie-launcher": "^1.0.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.1", "karma-nyan-reporter": "^0.2.4", "karma-phantomjs-launcher": "^1.0.2", "karma-safari-launcher": "^1.0.0", "mocha": "^3.1.2", "phantomjs": "^2.1.7" } }