forked from pointbiz/bitaddress.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 696 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 696 Bytes
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
{
"name": "bitaddress.org",
"version": "2.6.6",
"description": "Open Source JavaScript Client-Side Bitcoin Wallet Generator",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-combine": "~0.8.3"
},
"devDependencies": {},
"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"
}
}