forked from PsychicCat/monero-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 820 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
{
"name": "digitalnote-nodejs",
"version": "1.0.0",
"description": "a Node.js DigitalNote wallet manager",
"main": "./lib/wallet.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skironDotNet/digitalnote-nodejs"
},
"keywords": [
"DigitalNote",
"XDN",
"crypto",
"currency",
"bittrex",
"shapeshift",
"cryptocurrency",
"Node.js",
"simplewallet",
"bitcoin",
"digitalnoted"
],
"author": "Brendan Telzrow",
"license": "MIT",
"bugs": {
"url": "https://github.com/skironDotNet/digitalnote-nodejs/issues"
},
"homepage": "https://github.com/skironDotNet/digitalnote-nodejs#readme",
"dependencies": {},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0"
}
}