-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 880 Bytes
/
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
{
"name": "wire-context-helper",
"version": "1.1.23",
"description": "Helper module for Wire DI extending it with plugins",
"homepage": "https://github.com/sekko27/node-wire-helper",
"main": "index.js",
"scripts": {
"test": "mocha --recursive -R spec tests"
},
"bugs": {
"url": "https://github.com/sekko27/node-wire-helper/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:sekko27/node-wire-helper.git"
},
"keywords": [
"wire",
"ddd",
"di",
"context"
],
"author": "Sekko <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"bluebird": "^3.4.7",
"colors": "^1.1.2",
"lodash": "~4.17.4",
"wire": "^0.10.11"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.2.0"
}
}