-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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": "xxl-coind-express-api",
"version": "0.1.0",
"description": "A middleware wrapper exposing local *coind RPC methods. Should work for most Bitcoin or related Cryptocurrencies.",
"main": "lib/coind-express.app.js",
"scripts": {
"test_old": "echo \"Error: no test specified\" && exit 1",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Manbearpixel/xxl-coind-express-api.git"
},
"bugs": {
"url": "https://github.com/Manbearpixel/xxl-coind-express-api/issues"
},
"keywords": [
"express",
"bitcoin",
"middleware",
"api",
"rpc",
"json-rpc",
"node",
"coind",
"xxl"
],
"author": "Pixxl <@manbearpixel>",
"license": "BSD 3-Clause",
"dependencies": {
"bitcoin": "^1.7.0",
"bitcoin-core": "^2.0.0"
},
"devDependencies": {
"express": "^4.16.3",
"mocha": "^5.2.0"
}
}