204820888e72ed442f9c7fb2bcc3e470a8b02d9f
[crowdnode.js/.git] / cli / package.json
1 {
2   "name": "crowdnode-cli",
3   "version": "1.0.1",
4   "description": "Manage your stake in Đash with the CrowdNode Blockchain API",
5   "main": "./bin/crowdnode.js",
6   "bin": {
7     "crowdnode": "./bin/crowdnode.js"
8   },
9   "files": [],
10   "scripts": {
11     "test": "node bin/crowdnode.js help"
12   },
13   "repository": {
14     "type": "git",
15     "url": "git+https://github.com/dashhive/crowdnode.js.git"
16   },
17   "dependencies": {
18     "crowdnode": "^1.0.1"
19   },
20   "keywords": [
21     "Dash",
22     "CrowdNode",
23     "Blockchain",
24     "Stake",
25     "Staking"
26   ],
27   "author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com)",
28   "license": "SEE LICENSE IN LICENSE",
29   "bugs": {
30     "url": "https://github.com/dashhive/crowdnode.js/issues"
31   },
32   "homepage": "https://github.com/dashhive/crowdnode.js#readme"
33 }