-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
{
"name": "EthAccess",
"version": "1.0.0",
"description": "",
"main": "1.0.0-beta.26.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bip39": "^2.4.0",
"body-parser": "~1.15.1",
"config": "^1.25.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "~2.2.0",
"ethereumjs-tx": "^1.3.4",
"express": "~4.13.4",
"http": "0.0.0",
"jade": "^1.11.0",
"memory-cache": "^0.2.0",
"morgan": "~1.7.0",
"q": "^1.5.1",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.13",
"swagger-express": "^1.0.5",
"verror": "^1.9.0",
"web3": "^1.0.0-beta.34",
"wif": "^2.0.6",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.4"
},
"devDependencies": {},
"keywords": [],
"author": "",
"license": "ISC"
}