-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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 <[email protected]>",
"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"
}
}