forked from rwilinski/node-lisk-vanitygen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 804 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
{
"name": "onz-vanity-gen",
"version": "1.0.0",
"description": "ONZ Vanity Generator",
"main": "index.js",
"repository": {
"url": "git://github.com/scottie/onz-vanity-gen.git"
},
"keywords": [
"node",
"onz",
"altcoin",
"crypto",
"onzcoin",
"cryptocurrency",
"lisk",
"vanitygen",
"bitcoin"
],
"scripts": {
"example": "node example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Scott Lindh",
"original-author": "Radosław Wiliński",
"license": "MIT",
"dependencies": {
"onz-js": "git+https://github.com/OnzCoin/onz-js.git",
"bip39": "^2.4.0"
},
"bugs": {
"url": "https://github.com/scottie/onz-vanit-ygen/issues"
},
"homepage": "https://github.com/scottie//onz-vanity-gen#readme"
}