forked from pointbiz/bitaddress.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 867 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
{
"name": "blkaddress.org",
"version": "1.0.0",
"sha1sum": "d44f4eb62f448e680012860280d8c5535a5eb79d",
"sha256sum": "647c4e8aa7fbc0e9c6057bd34d9475abc4de0a60a093d0664a61ed2db1d48a77",
"description": "Open Source JavaScript Client-Side Blackcoin Wallet Generator",
"main": "Gruntfile.js",
"dependencies": {
"grunt-combine": "~0.8.3",
"grunt-lineending": "~1.0.0"
},
"devDependencies": {
"grunt": "^1.5.2",
"grunt-combine": "~0.8.3",
"grunt-lineending": "~1.0.0"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/koraycoding/blkddress.org.git"
},
"keywords": [
"blackcoin address wallet generator"
],
"author": "koraycoding",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/koraycoding/blkaddress.org/issues"
}
}