-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 972 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
39
40
{
"name": "binder-module",
"version": "1.0.4",
"description": "Base class for a Binder module",
"main": "index.js",
"scripts": {
"test": "mocha test/all.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binder-project/binder-module"
},
"keywords": [
"binder",
"module"
],
"author": "Andrew Osheroff <[email protected]> (http://andrewosh.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/binder-project/binder-module/issues"
},
"homepage": "https://github.com/binder-project/binder-module",
"dependencies": {
"binder-db": "^1.0.0",
"binder-logging": "^1.0.0",
"binder-protocol": "^1.0.0",
"body-parser": "^1.14.2",
"commander": "^2.9.0",
"express": "^4.13.3",
"hat": "0.0.3",
"inherits": "^2.0.1",
"jsonfile": "^2.2.3",
"lodash": "^4.0.0",
"pm2": "^1.0.0",
"string-format": "^0.5.0"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}