forked from playproject-io/datdot-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.16 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
44
45
46
47
{
"name": "datdot-wallet",
"version": "0.0.0",
"description": "crytpo wallet for datdot",
"main": "src/datdot-wallet.js",
"bin": {
"datdot": "cli/index.js"
},
"scripts": {
"start": "node cli --dev",
"web": "budo web/wallet.js:bundle.js --open --live",
"build": "browserify --full-paths web/wallet.js > bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dat",
"datdot",
"substrate",
"blockchain",
"wallet"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/serapath/datpinchain.git"
},
"bugs": {
"url": "https://github.com/serapath/datpinchain/issues"
},
"homepage": "https://github.com/serapath/datpinchain#readme",
"devDependencies": {
"browserify": "^17.0.0"
},
"dependencies": {
"@kurkle/color": "^0.1.9",
"bel": "^6.0.0",
"chart.js": "^3.6.0",
"chartjs-adapter-luxon": "^1.1.0",
"csjs-inject": "^1.0.1",
"datdot-ui-logs": "github:datdotorg/datdot-ui-logs",
"electron": "^15.3.0",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.5.3",
"luxon": "^2.1.1",
"numeral": "^2.0.6"
}
}