forked from trustnote-org/trustnote-headless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 729 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 729 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
29
30
31
{
"name": "trustnote-headless",
"description": "TrustNote headless wallet",
"author": "TrustNote",
"version": "0.1.0",
"main": "start.js",
"keywords": [
"wallet",
"headless",
"trustnote",
"full node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/trustnote/trustnote-headless.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/trustnote/trustnote-headless/issues"
},
"browser": {
"request": "browser-request",
"secp256k1": "secp256k1/js"
},
"dependencies": {
"trustnote-common": "git+https://github.com/trustnote/trustnote-common.git",
"bitcore-lib": "^0.13.14",
"bitcore-mnemonic": "~1.0.0",
"json-rpc2": "^1.0.2"
}
}