UNPKG

hilary

Version:

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

49 lines (48 loc) 1.26 kB
{ "name": "polyn", "version": "1.10.1", "description": "polyn is a collection of Node and browser compatible JavaScript utilities that focus on polymorphism", "main": "index.js", "scripts": { "start": "node index", "test": "grunt test" }, "keywords": [ "polymorphism", "immutable", "interface", "class", "blueprint", "hilary", "immutables", "immutability" ], "author": "Andy Wright <andes.collab@gmail.com> (https://github.com/losandes)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/losandes/polyn.git" }, "devDependencies": { "bson": "^1.0.4", "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" } }