-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 975 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
{
"name": "binder-registry",
"version": "0.0.1",
"description": "Stores and serves Binder templates according to the binder-registry API ",
"main": "index.js",
"scripts": {
"test": "mocha test/all.js",
"start": "node start.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binder-project/binder-registry"
},
"keywords": [
"binder",
"module",
"binder-registry"
],
"author": "Andrew Osheroff <[email protected]> (andrewosh.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/binder-project/binder-registry/issues"
},
"homepage": "https://github.com/binder-project/binder-registry",
"dependencies": {
"binder-db": "^0.0.1",
"binder-logging": "^0.0.1",
"binder-module": "^0.0.1",
"commander": "^2.9.0",
"inherits": "^2.0.1",
"jsonfile": "^2.2.3",
"lodash": "^4.0.1",
"mongoose": "^4.4.2",
"shelljs": "^0.5.3",
"string-format": "^0.5.0"
}
}