forked from PsychicCat/monero-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 822 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
{
"name": "nero-nodejs",
"version": "4.0.0",
"description": "A Electronero library written in Node.js.",
"main": "./lib/wallet.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electronero/nero-nodejs.git"
},
"keywords": [
"Monero",
"crypto",
"currency",
"poloniex",
"shapeshift",
"cryptocurrency",
"Node.js",
"monero-wallet-rpc",
"bitcoin",
"bitmonerod"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/electronero/nero-nodejs/issues"
},
"homepage": "https://github.com/electronero/nero-nodejs#readme",
"dependencies": {
"request": "^2.85.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0"
}
}