-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 952 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
{
"name": "coval.client",
"version": "1.0.0",
"description": "client agent implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browserify": "browserify index.js -o bundle.js",
"host": "sudo http-serve -p 80 ."
},
"author": "Shannon Code",
"license": "MIT",
"dependencies": {
"buffer-browserify": "^0.2.5",
"buffer-compare": "^1.1.1",
"constants": "0.0.2",
"coval.js": "git+https://github.com/DecentricCorp/Coval.js.git#client",
"cryptokitties-contrib": "git+https://github.com/io4/cryptokitties.git",
"semantic-ui": "^2.2.14"
},
"devDependencies": {
"bower": "^1.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DecentricCorp/Coval.Client.git"
},
"bugs": {
"url": "https://github.com/DecentricCorp/Coval.Client/issues"
},
"homepage": "https://github.com/DecentricCorp/Coval.Client#readme"
}