forked from ripple-unmaintained/market-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 802 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
{
"name": "market-maker",
"version": "0.1.5",
"description": "Automatically make a market between XRP and any single issued currency.",
"main": "buid/market_maker.js",
"scripts": {
"test": "npm run build && mocha -R spec build/test --timeout 10000",
"build": "gulp",
"start": "./bin/market-maker start"
},
"bin": {
"market-maker": "bin/market-maker"
},
"repository": {
"type": "git",
"url": "https://github.com/ripple/market-maker"
},
"dependencies": {
"bluebird": "",
"commander": "",
"domain-supervisor": "^0.3.1",
"gulp": "",
"gulp-6to5": "",
"node.js": "^0.0.1-security",
"ripple-account-monitor": "",
"ripple-lib": "",
"ripple-rest-client": "",
"superagent": "^0.21.0"
},
"author": "",
"license": "ISC"
}