-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 778 Bytes
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
{
"name": "ripple_demo",
"version": "1.0.0",
"description": "Utilities that help set up demos. (Not the demo itself, despite the name.)",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dncohen/ripple_demo.git"
},
"keywords": [
"ripple"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dncohen/ripple_demo/issues"
},
"homepage": "https://github.com/dncohen/ripple_demo#readme",
"dependencies": {
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"debug": "^2.2.0",
"ini": "^1.3.4",
"ripple-lib": "^0.15.2"
}
}