forked from MyEtherWallet/etherwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 975 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
{
"name": "mew-custom",
"version": "0.3.0",
"description": "",
"main": "gulpfile.js",
"author": "MyEtherWallet",
"license": "ISC",
"devDependencies": {
"angular": "^1.5.3",
"angular-sanitize": "^1.5.8",
"angular-translate": "^2.11.1",
"angular-translate-handler-log": "^2.11.1",
"babel-polyfill": "^6.8.0",
"bignumber.js": "^2.3.0",
"browserify": "^13.0.1",
"ethereumjs-abi": "^0.6.1",
"ethereumjs-tx": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-file-include": "^0.13.7",
"gulp-less": "^3.0.5",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-template": "^3.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"install": "^0.6.1",
"npm": "^3.8.5",
"scryptsy": "^1.2.1",
"uuid": "^2.0.1"
}
}