-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
45 lines (45 loc) · 976 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
36
37
38
39
40
41
42
43
44
45
{
"name": "headless-obyte",
"description": "Obyte headless wallet",
"author": "Obyte",
"version": "0.1.11",
"main": "start.js",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json --readme ./README.md"
},
"keywords": [
"wallet",
"headless",
"DAG",
"obyte",
"byteball",
"crypto",
"full node"
],
"license": "MIT",
"repository": {
"url": "git://github.com/byteball/headless-obyte.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/byteball/headless-obyte/issues"
},
"browser": {
"request": "browser-request",
"secp256k1": "secp256k1/js"
},
"dependencies": {
"ocore": "git+https://github.com/byteball/ocore.git",
"bitcore-lib": "^0.13.14",
"bitcore-mnemonic": "~1.0.0",
"json-rpc2": "^1.0.2",
"yargs": "^13.2.2"
},
"devDependencies": {
"better-docs": "^2.3.2",
"jsdoc": "^3.6.5",
"@jsdoc/salty": "^0.2.7"
},
"resolutions": {
}
}