This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
74 lines (74 loc) · 2.07 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "mewify",
"version": "0.0.1",
"description": "No more syncing the chain.",
"keywords": [
"MyEtherWallet",
"mewify",
"Ethereum",
"mew"
],
"main": "app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nw .",
"buildApp": "nwb nwbuild -v 0.19.5-sdk -p win64,osx64,linux64 -o build"
},
"window": {
"title": "Mewify: A Project by MyEtherWallet",
"icon": "src/images/icon.png",
"width": 430,
"height": 665,
"min_width": 250,
"min_height": 400,
"max_width": 4000,
"max_height": 4000,
"position": "mouse",
"resizable": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyEtherWallet/mewify.git"
},
"author": "kvhnuke & tayvano",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyEtherWallet/mewify/issues"
},
"homepage": "https://github.com/MyEtherWallet/mewify#readme",
"devDependencies": {
"nw-builder": "^3.1.3",
"angular": "^1.6.1",
"bignumber.js": "^4.0.0",
"blockies": "0.0.2",
"browserify": "^13.3.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-less": "^3.0.5",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"node-notifier": "^4.6.1",
"request": "^2.79.0",
"http": "0.0.0",
"https": "^1.0.0",
"express": "^4.14.0",
"pem": "^1.9.4",
"body-parser": "^1.15.2",
"open": "0.0.5",
"crypto": "0.0.3",
"ethereumjs-util": "^5.0.1",
"ethereumjs-tx": "^1.2.2",
"ethereumjs-wallet": "^0.6.0",
"gulp": "^3.9.1"
}
}