forked from pointbiz/bitaddress.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 926 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": "bitaddress.org",
"version": "3.1.1",
"sha1sum": "b3759fb9ac0519e6a6f3fa46d4b9d2db7d494c8e",
"sha256sum": "8277de0a0c77761caa8f546c9885c36a3134a94823b14e24d364b86abb3a9ab3",
"description": "Open Source JavaScript Client-Side Bitcoin Wallet Generator",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-combine": "~0.8.3",
"grunt-lineending": "~0.2.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-combine": "~0.8.3",
"grunt-lineending": "~0.2.4"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/pointbiz/bitaddress.org.git"
},
"keywords": [
"bitcoin address wallet generator"
],
"author": "pointbiz",
"license": "MIT",
"readmeFilename": "README",
"gitHead": "d77aaf687fca1f0e28388b0a8de5eb3d89d4fad3",
"bugs": {
"url": "https://github.com/pointbiz/bitaddress.org/issues"
}
}