fire-up
Version:
Fire Up! is a dependency injection container designed specifically for node.js with a powerful but sleek API.
66 lines (65 loc) • 1.56 kB
JSON
{
"name": "fire-up",
"version": "1.0.0",
"description": "Fire Up! is a dependency injection container designed specifically for node.js with a powerful but sleek API.",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/analog-nico/fire-up"
},
"keywords": [
"dependency injection",
"dependency",
"injection",
"di",
"injector",
"inversion of control",
"ioc",
"plugin system",
"architecture",
"extensibility"
],
"author": "analog-nico <nicolai.kamenzky@testrails.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/analog-nico/fire-up/issues"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bluebird": "^3.3.4",
"lodash": "^4.7.0",
"simple-glob": "0.1.1"
},
"devDependencies": {
"avow": "2.0.2",
"deferred": "0.7.1",
"deferreds": "1.1.0",
"express": "4.9.5",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "1.0.0",
"grunt-jasmine-node-coverage": "0.1.11",
"grunt-run": "0.2.4",
"jasmine-reporters": "1.0.1",
"kew": "0.4.0",
"lie": "2.8.0",
"morgan": "1.3.2",
"mpromise": "0.5.5",
"node-promise": "0.5.10",
"p-promise": "0.4.8",
"promise": "6.0.0",
"q": "2.0.3",
"rsvp": "3.0.14",
"supertest": "0.14.0",
"vow": "0.4.5",
"when": "3.5.0"
}
}