forked from d11e9/ethaddress.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
{
"name": "ethaddress.org",
"version": "0.9.0",
"description": "A client side paper wallet generator",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryepdx/ethaddress.org.git"
},
"keywords": [
"ethereum",
"paper",
"wallet",
"cryptocurrency"
],
"author": "Ryan Casey <[email protected]> (http://ryepdx.com/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ryepdx/ethaddress.org/issues"
},
"homepage": "https://github.com/ryepdx/ethaddress.org#readme",
"dependencies": {
"crypto-js": "^3.1.5",
"ethereumjs-accounts": "https://github.com/tayzlor/ethereumjs-accounts.git#d206b50fa7cbc97db59177de38dbd93303a5eef6"
},
"devDependencies": {
"brfs": "^1.4.1",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-filter": "^3.0.1",
"gulp-inline-base64": "^0.1.4",
"gulp-inline-source": "^2.1.0",
"gulp-jshint": "^1.11.2",
"gulp-purifycss": "^0.2.0",
"gulp-replace": "^0.5.4",
"gulp-rm": "^1.0.0",
"jshint-stylish": "^2.1.0",
"main-bower-files": "^2.9.0",
"vinyl-source-stream": "^1.1.0"
},
"browserify": {
"transform": [
"browserify-shim",
"brfs"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"angular": "global:angular",
"scrypt-module-factory": "global:scrypt_module_factory"
}
}