-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.16 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
{
"author": "Yuki Akiyama <you2197901 [at] gmail.com>",
"name": "@you21979/bittrex.com",
"version": "0.0.4",
"private": false,
"dependencies": {
"bluebird" : "3.4.x",
"@you21979/simple-verify" : "0.0.x",
"@you21979/object-util" : "0.0.x",
"@you21979/http-api-error" : "0.0.x",
"limit-request-promise" : "0.1.x",
"request": "^2.34"
},
"readmeFilename": "README.md",
"description": "Promise-base Cryptocurrency Exchange bittrex.com API for node.js",
"main": "index.js",
"devDependencies": {
"local-echoserver" : "",
"moment" : "",
"bluebird" : "",
"istanbul" : "",
"coveralls" : "",
"power-assert" : "",
"intelli-espower-loader" : "",
"mocha" : ""
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/you21979/node-bittrex.git"
},
"keywords": [
"bittrex",
"trade api",
"promise",
"bitcoin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/you21979/node-bittrex/issues"
}
}