This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
101 lines (101 loc) · 2.6 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_from": "bitpay-rest",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-N/KKVrNuFw/mRpjB2EmiGn/x2YA=",
"_location": "/bitpay-rest",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bitpay-rest",
"name": "bitpay-rest-client",
"escapedName": "bitpay-rest",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bitpay-rest/-/bitpay-rest-0.3.2.tgz",
"_shasum": "37f28a56b36e170fe64698c1d849a21a7ff1d980",
"_spec": "bitpay-rest",
"_where": "/Users/pieter/dev",
"analyze": false,
"author": {
"name": "Gordon Hall",
"email": "[email protected]"
},
"bin": {
"bitpay": "bin/bitpay.js"
},
"bugs": {
"url": "https://github.com/bitpay/node-bitpay-client/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Patrick Nagurny",
"email": "[email protected]"
},
{
"name": "Eric Martindale",
"email": "[email protected]"
},
{
"name": "Rob Riddle",
"email": "[email protected]"
}
],
"dependencies": {
"async": "^0.7.0",
"base58-native": "~0.1.4",
"bignum": "^0.13.0",
"bitauth": "^0.3.2",
"bitpay-rest": "^0.3.2",
"commander": "^1.3.2",
"debug": "^3.1.0",
"extend": ">=2.0.2",
"growl": "^1.10.5",
"minimatch": "^3.0.4",
"ms": "^2.1.1",
"qs": "^6.9.3",
"read": "^1.0.5",
"request": "~2.87.0"
},
"deprecated": false,
"description": "BitPay Node.js API Client ========================== [![Build Status](https://travis-ci.org/bitpay/node-bitpay-client.svg)](https://travis-ci.org/bitpay/node-bitpay-client) [![Coverage Status](https://coveralls.io/repos/bitpay/node-bitpay-client/badge.png?branch=master)](https://coveralls.io/r/bitpay/node-bitpay-client?branch=master)",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^4.0.0",
"proxyquire": "^1.0.1",
"should": "^4.0.4",
"sinon": "^1.10.3"
},
"engines": {
"node": ">=0.8"
},
"homepage": "https://github.com/bitpay/node-bitpay-client#readme",
"keywords": [
"bitpay",
"rest",
"api"
],
"license": "MIT",
"main": "index.js",
"name": "bitpay-rest-client",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/bitpay/node-bitpay-client.git"
},
"scripts": {
"coverage": "NODE_ENV=test istanbul cover _mocha",
"postinstall": "npm run setup",
"setup": "node scripts/setup.js",
"test": "mocha test/* --reporter spec"
},
"version": "0.3.2"
}