forked from coinbase/coinbase-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 954 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
39
40
41
42
43
44
45
{
"name": "coinbase",
"version": "2.0.8",
"author": "Coinbase",
"bugs": "https://github.com/coinbase/coinbase-node/issues",
"contributors": [
{
"email": "api@coinbase.com",
"name": "Coinbase",
"url": "https://developers.coinbase.com"
}
],
"dependencies": {
"http-errors": "1.3.1",
"lodash": "3.1.0",
"object-assign": "2.0.0",
"request": "2.85.0"
},
"description": "The Coinbase API for Node.js",
"devDependencies": {
"mocha": "2.1.0",
"docco": "0.7.0",
"nock": "0.59.1"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"API",
"bitcoin",
"coinbase",
"real-time",
"payments"
],
"homepage": "https://github.com/coinbase/coinbase-node",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/coinbase/coinbase-node.git"
},
"scripts": {
"test": "node_modules/.bin/mocha -R spec"
}
}