UNPKG

bootable-di

Version:

Dependency injection variant of core Bootable phases.

45 lines (44 loc) 941 B
{ "name": "bootable-di", "version": "0.1.0", "description": "Dependency injection variant of core Bootable phases.", "keywords": [ "bootable", "di", "ioc" ], "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "repository": { "type": "git", "url": "git://github.com/jaredhanson/bootable-ioc.git" }, "bugs": { "url": "http://github.com/jaredhanson/bootable-ioc/issues" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "parent-require": "1.x.x", "scripts": "0.1.x", "debug": "0.7.x" }, "devDependencies": { "mocha": "1.x.x", "chai": "1.x.x" }, "engines": { "node": "*" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" } }