-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
35 lines (35 loc) · 1.03 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
{
"dependencies": {
"binance": "^1.1.0",
"bitfinex": "^1.0.3",
"coinbase": "^2.0.6",
"colors": "^1.1.2",
"gdax": "^0.4.2",
"kraken-api": "^1.0.0",
"node-bittrex-api": "^0.8.1",
"poloniex-api-node": "^1.6.5",
"request-promise": "^4.2.2",
"requestretry": "^1.12.2",
"table": "^4.0.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"nyc": "^11.3.0"
},
"scripts": {
"version": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build": "npx babel src --out-dir dist",
"testLocal": "./node_modules/.bin/nyc mocha --require babel-core/register test/**/*.js test/**/**/*.js",
"test": "NODE_ENV=test npm run testLocal"
},
"version": "1.8.1"
}