forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 897 Bytes
/
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
{
"name": "Mist",
"version": "0.7.2",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ethereum/mist.git"
},
"main": "main.js",
"dependencies": {
"bignumber.js": "^2.1.4",
"i18next": "^2.3.4",
"log-rotate": "^0.2.7",
"log4js": "^0.6.35",
"minimongo-standalone": "0.0.9",
"numeral": "^1.5.3",
"os-timesync": "^1.0.3",
"solc": "^0.3.1-1",
"underscore": "^1.8.3",
"web3": "^0.15.1",
"yargs": "^4.3.1"
},
"devDependencies": {
"del": "^1.2.1",
"easy-zip": "0.0.4",
"electron-packager": "^5.2.1",
"gulp": "^3.9.0",
"gulp-jszip": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-zip": "^3.0.2",
"merge-stream": "^1.0.0",
"minimist": "^1.1.3",
"rcedit": "^0.3.0"
},
"engines": {
"electron": "0.36.2",
"atom-shell": "0.36.2"
}
}