-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 980 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 980 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
34
35
36
37
38
39
40
{
"name": "saito",
"version": "1.0.1",
"description": "application blockchain",
"main": "start.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Lancashire",
"license": "private - to be determined",
"dependencies": {
"base-58": "0.0.1",
"browserify": "^16.1.0",
"ethereumjs-util": "^5.1.5",
"express": "^4.16.2",
"express-fileupload": "^0.4.0",
"http": "0.0.0",
"keythereum": "^1.0.2",
"markdown": "^0.5.0",
"merkle-tree-gen": "^1.1.0",
"net": "^1.0.2",
"node-cryptojs-aes": "^0.4.0",
"node-mv": "^0.1.3",
"node-zip": "^1.1.1",
"request": "^2.83.0",
"secp256k1": "^3.5.0",
"sha256": "^0.2.0",
"shelljs": "^0.8.1",
"simple-socks": "^0.2.7",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"sqlite3": "^3.1.13",
"unzip": "^0.1.11",
"url-parse": "^1.2.0",
"v8": "^0.1.0"
}
}