-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.23 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
{
"name": "kraken-exchange-node-api",
"version": "0.1.3",
"author": "Łukasz Łoboda",
"bugs": "https://github.com/lucklo/kraken-exchange-api/issues",
"contributors": [
{
"email": "lukasz.w.loboda@gmail.com",
"name": "Łukasz Łoboda",
"url": "http://lukasz.loboda.xyz"
}
],
"dependencies": {
"http-errors": "1.3.1",
"lodash": "3.1.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.includes": "^4.3.0",
"lodash.isfunction": "^3.0.8",
"lodash.isstring": "^4.0.1",
"lodash.values": "^4.3.0",
"object-assign": "2.0.0",
"request": "2.74.0",
"request-promise": "^4.2.1"
},
"description": "The Kraken Exchange API for Node.js",
"devDependencies": {
"chai": "^4.0.1",
"debug": "^2.6.8",
"docco": "0.7.0",
"mocha": "2.1.0",
"nock": "0.59.1"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"API",
"bitcoin",
"kraken",
"exchange"
],
"homepage": "https://github.com/lucklo/kraken-exchange-api/",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com:lucklo/kraken-exchange-api.git"
},
"scripts": {
"test": "node_modules/.bin/mocha -R spec"
}
}