forked from ameba23/mmt-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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
40
41
42
43
{
"name": "mmt-metadata",
"version": "1.0.0",
"description": "first stab at fiddling with sbot",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-rebuild -w leveldown"
},
"author": "",
"repository": {
"type": "git",
"url": "git://github.com/blockades/mmt-metadata.git"
},
"license": "ISC",
"devDependencies": {
"electron": "=1.8.6",
"electron-rebuild": "=1.7.0",
"electron-reload": "^1.2.2",
"tape": "^4.9.0"
},
"dependencies": {
"bip32": "^0.1.0",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"btcnodejs": "^0.1.2",
"crypto-js": "^3.1.9-1",
"deepmerge": "^2.1.1",
"electron-default-menu": "^1.0.1",
"fs": "0.0.1-security",
"lodash.mergewith": "^4.6.1",
"pull-stream": "^3.6.8",
"qrcode": "^1.2.0",
"request": "^2.87.0",
"scuttlebot": "^11.2.2",
"ssb-about": "^0.1.2",
"ssb-blobs": "^1.1.5",
"ssb-client": "^4.5.7",
"ssb-config": "^2.2.0",
"ssb-keys": "^7.0.16",
"ssb-private": "^0.2.1"
}
}