-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.06 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
{
"name": "emerald",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf emerald-explorer EmeraldWallet.app EmeraldWallet.dmg svmdev EmeraldWallet.AppImage EmeraldWallet.exe solc.js emerald-vault",
"postinstall": "npm run clean && node downloaders/sputnikvm-dev.js && node downloaders/emerald-wallet.js && node downloaders/emerald-explorer.js && node downloaders/solc-downloader.js && node downloaders/emerald-vault"
},
"bin": {
"emerald": "./index.js"
},
"author": "Shane Jonas",
"dependencies": {
"async": "^2.6.1",
"caporal": "^0.10.0",
"dmg": "^0.1.0",
"emerald-js": "https://github.com/ETCDEVTeam/emerald-js.git",
"github-download": "^0.5.0",
"lerna": "^3.3.0",
"opn": "^5.4.0",
"ora": "^3.0.0",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"shelljs": "^0.8.2",
"solc": "^0.4.25",
"tar": "^4.4.6",
"tmp": "0.0.33",
"truffle-core": "4.1.14",
"unzip": "^0.1.11",
"yarn": "^1.9.4"
}
}