-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.13 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
{
"author": "Yuki Akiyama <you2197901 [at] gmail.com>",
"name": "zaif.jp",
"version": "0.1.16",
"private": false,
"dependencies": {
"@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",
"ws": "1.1.x",
"request": "^2.34"
},
"readmeFilename": "README.md",
"description": "Promise-base Cryptocurrency Exchange zaif.jp API for node.js",
"main": "index.js",
"devDependencies": {
"@you21979/promise-sleep": "",
"local-echoserver": "",
"moment": "",
"bluebird": "",
"istanbul": "",
"coveralls": "",
"power-assert": "",
"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-zaif.git"
},
"keywords": [
"trade api",
"bitcoin",
"monacoin",
"xem",
"zaif"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/you21979/node-zaif/issues"
}
}