forked from shazow/liquid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 933 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 933 Bytes
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
{
"name": "liquid",
"description": "Bitcoin Exchange Arbitrage Bot",
"version": "2.3.1",
"private": true,
"dependencies": {
"async": "^0.9.0",
"bignumber.js": "^2.0.0",
"bitstamp-request": "^0.1.2",
"commander": "^2.3.0",
"heapdump": "^0.3.4",
"limiter": "^1.0.5",
"mirrorx": "^0.0.1",
"pusher-client": "^0.2.3",
"request": "^2.51.0",
"slack-winston": "^0.0.1",
"winston": "^0.8.3",
"winston-mail": "^0.3.0"
},
"devDependencies": {
"mocha": "^1.21.0"
},
"scripts": {
"test": "mocha -R spec ./test"
},
"bin": {
"liquid": "./liquid"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/shazow/liquid.git"
},
"author": "andrey.petrov@shazow.net",
"bugs": {
"url": "https://github.com/shazow/liquid/issues"
},
"homepage": "https://github.com/shazow/liquid"
}