-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 865 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 865 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
{
"name": "hwwallet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deb": "node-deb -- index.js *.js *.bmp *.bdf"
},
"author": "",
"license": "ISC",
"dependencies": {
"bip39": "^2.5.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"eosjs": "^16.0.0",
"eosjs-ecc": "^4.0.2",
"express": "^4.16.3",
"hdkey": "^1.0.0",
"keypress": "^0.2.1",
"node-deb": "^0.10.7",
"node-fetch": "^2.1.2",
"pixel-bmp": "0.0.1",
"png-to-lcd": "^1.0.3",
"raspi": "*",
"raspi-gpio": "*",
"rpi-oled": "^0.9.1",
"scrypt-async": "^2.0.0",
"wif": "^2.0.6"
},
"node_deb": {
"init": "systemd",
"version": "1.0.0-beta",
"entrypoints": {
"daemon": "index.js"
}
}
}