-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
{
"name": "uni-wallet",
"productName": "Uni-Wallet",
"version": "1.0.0",
"description": "Demonstrates MultiChain in an Electron Application.",
"main": "main.js",
"repository": "https://github.com/unibitproject/wallet",
"author": "UniBit Labs",
"license": "Unlicense",
"devDependencies": {
"electron": "^2.0.3",
"intro.js": "^2.9.3",
"multichain-api": "^1.0.0-alpha.8",
"multichain-node": "^2.1.6-version1.0.2",
"open-file-text-editor": "0.0.1"
},
"scripts": {
"start": "electron .",
"start-mac": "/Applications/Electron.app/Contents/MacOS/Electron .",
"test": "mocha",
"package-linux": "electron-packager . uni-wallet --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/unibit.png --prune=true --out=release-builds"
},
"dependencies": {
"bluebird": "^3.5.1",
"bootstrap": "^4.3.1",
"intro.js": "^2.9.3",
"jquery": "^3.3.1",
"multichain-api": "^1.0.0-alpha.8",
"multichain-node": "^2.1.6-version1.0.2",
"popper.js": "^1.12.9",
"tether": "^1.4.0"
},
"standard": {
"globals": [
"$"
]
}
}