UNPKG

depended

Version:

Promise aware dependency injection

38 lines (37 loc) 721 B
{ "name": "depended", "version": "0.1.0", "license": "MIT", "description": "Promise aware dependency injection", "repository": { "type": "git", "url": "https://github.com/knanil/depended.git" }, "bugs": { "url": "https://github.com/knanil/depended/issues" }, "author": { "name": "Anil Kumar K N", "email": "anil.nampoothiry@gmail.com", "url": "http://www.manomart.com" }, "keywords": [ "dependency", "dependency-injection", "javascript", "utility", "ES2015", "ES6" ], "engines": { "node": ">=4.0" }, "main": "./src/index.js", "scripts": { "test": "mocha" }, "devDependencies": { "chai": "^1.9.0", "mocha": "^2.3.2" } }