forked from freewil/node-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "node-smartcash",
"description": "Communicate with SmartCash Core via JSON-RPC. Forked from https://github.com/freewil/node-bitcoin.",
"version": "1.1.1",
"main": "lib/index.js",
"keywords": [
"smartcash",
"rpc"
],
"author": "Miyako Jones <[email protected]>",
"contributors": [
"Bill Casarin <[email protected]>",
"Sean Lavine <[email protected]>"
],
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"clone": "^1.0.2",
"mocha": "^2.3.3"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/miyakoj/node-smartcash.git"
},
"engines": {
"node": ">= 0.10.0"
},
"bugs": {
"url": "https://github.com/miyakoj/node-smartcash/issues"
},
"homepage": "https://github.com/miyakoj/node-smartcash#readme",
"license": "MIT"
}