forked from ArkEcosystem/paper-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "arkpaperwallet",
"version": "0.1.2",
"description": "=fficial paper wallet generator for Ark cryptocurrency.",
"homepage": "https://github.com/arkecosystem/ark-paperwallet",
"bugs": "https://github.com/arkecosystem/ark-paperwallet/issues",
"repository": {
"type": "git",
"url": "https://github.com/arkecosystem/ark-paperwallet"
},
"dependencies": {
"arkjs": "git://github.com/ArkEcosystem/ark-js#master",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"bip39": "^2.2.0",
"bower": "^1.7.9",
"browserify": "^13.0.0",
"browserify-bignum": "^1.3.0-2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browser": "^2.0.1",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.5",
"gulp-watch": "^4.3.5",
"js-nacl": "^0.6.0",
"less": "^2.6.1",
"parallelshell": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"watch": "parallelshell 'gulp babel' 'gulp less' 'gulp jade' 'gulp bundle'"
},
"babel": {
"presets": [
"es2015"
]
},
"license": "MIT"
}