forked from MyEtherWallet/etherwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "mew-custom",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"author": "MyEtherWallet",
"license": "ISC",
"devDependencies": {
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
"angular-sanitize": "^1.6.2",
"angular-translate": "^2.14.0",
"angular-translate-handler-log": "^2.14.0",
"babel-preset-es2015": "^6.22.0",
"babel-plugin-transform-es3-member-expression-literals": "6.5.0",
"babel-plugin-transform-es3-property-literals": "6.5.0",
"babel-plugin-transform-object-rest-spread": "6.19.0",
"babelify": "^7.3.0",
"bignumber.js": "^3.1.2",
"bip39": "^2.2.0",
"browserify": "^13.3.0",
"ethereum-bip44": "^2.1.3",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-tx": "^1.2.5",
"ethereumjs-util": "^5.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bump": "^2.6.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-file-include": "^1.0.0",
"gulp-less": "^3.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.1",
"gulp-zip": "^3.2.0",
"hdkey": "^0.7.1",
"install": "^0.8.7",
"marked": "^0.3.6",
"npm": "^3.10.10",
"run-sequence": "^1.2.2",
"scryptsy": "^2.0.0",
"string-format": "^0.5.0",
"utf8": "^2.1.2",
"uuid": "^2.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wallet-address-validator": "^0.1.0"
}
}