-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1005 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
{
"name": "protocol-ui",
"version": "0.0.1",
"description": "FBP protocol tester",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages-deploy",
"clean-source": "rimraf README.md graphs package.json .x.cache"
},
"repository": {
"type": "git",
"url": "git://github.com/flows/protocol-test-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flows/protocol-test-ui/issues"
},
"homepage": "https://github.com/flows/protocol-test-ui",
"devDependencies": {
"chix-flow": "^0.12.0",
"chix-monitor-npmlog": "0.0.5",
"gh-pages-deploy": "^0.4.0",
"rimraf": "^2.5.0"
},
"dependencies": {
"domify": "^1.3.1",
"dot-object": "^0.6.0",
"json-editor": "git://github.com/psichi/json-editor",
"mustache": "^1.0.0",
"underscore": "^1.7.0"
},
"gh-pages-deploy": {
"staticpath": "www",
"post": ["clean-source"],
"noprompt": true
}
}