-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
40
41
42
43
44
45
46
47
48
49
{
"name": "wallet-profile-store",
"version": "1.0.0",
"description": "A bitcoin wallet profile store.",
"main": "src/js/app.js",
"directories": {
"test": "test"
},
"dependencies": {
"bitcoinjs-lib": "^1.5.8",
"blockcypher-unofficial": "^1.5.0",
"body-parser": "^1.13.3",
"cors": "^2.7.1",
"dynamodb": "^0.3.6",
"express": "^4.13.3",
"express-common-wallet": "^0.0.2",
"mem-common-blockchain": "^0.0.2",
"node-env-file": "^0.1.7",
"openpublish-state": "^0.1.0",
"request": "^2.61.0",
"secure-random": "^1.1.1",
"shasum": "^1.0.1",
"tape": "^4.2.0",
"test-common-wallet": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "node test/js/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockai/wallet-profile-store.git"
},
"keywords": [
"bitcoin",
"blockai",
"common-wallet",
"wallet",
"blockchain",
"profile",
"avatar",
"name"
],
"author": "William Cotton",
"bugs": {
"url": "https://github.com/blockai/wallet-profile-store/issues"
},
"homepage": "https://github.com/blockai/wallet-profile-store#readme"
}