forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Mist",
"version": "0.8.7",
"license": "GPL-3.0",
"author": "Ethereum Mist Team <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ethereum/mist.git"
},
"scripts": {
"ci": "gulp --platform=linux"
},
"main": "main.js",
"dependencies": {
"bignumber.js": "^2.1.4",
"bluebird": "^3.3.5",
"deep-extend": "^0.4.1",
"electron-squirrel-startup": "^1.0.0",
"ethereum-client-binaries": "^1.6.0",
"ethereumjs-abi": "^0.6.3",
"got": "^6.3.0",
"i18next": "^2.3.4",
"log-rotate": "^0.2.7",
"log4js": "^0.6.35",
"lokijs": "^1.4.1",
"minimongo-standalone": "0.0.9",
"numeral": "^1.5.3",
"os-timesync": "^1.0.6",
"semver": "^5.1.0",
"solc": "^0.4.2",
"typescript": "^1.7.3",
"underscore": "^1.8.3",
"uuid": "^2.0.2",
"web3": "^0.17.0-alpha",
"yargs": "^4.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"co-mocha": "^1.1.2",
"del": "^1.2.1",
"electron": "=1.3.5",
"electron-builder": "=5.23.2",
"eslint": "^3.8.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"genomatic": "^1.0.0",
"geth-private": "^1.3.0",
"gulp": "^3.9.0",
"gulp-flatten": "^0.3.0",
"gulp-spawn-mocha": "^2.2.2",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"optimist": "^0.6.1",
"run-sequence": "^1.2.1",
"shelljs": "^0.7.0",
"spectron": "^3.2.2",
"sync-request": "^3.0.1"
}
}