-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.37 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
47
48
49
50
51
{
"name": "bitshares-pricefeed-js",
"version": "1.1.1",
"description": "A BitShares pricefeed script in JS ported from @xeroc's bitshares-pricefeed",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clockworkgr/bitshares-pricefeed-js.git"
},
"keywords": [
"bitshares",
"pricefeed",
"witness"
],
"author": "clockwork",
"license": "MIT",
"bugs": {
"url": "https://github.com/clockworkgr/bitshares-pricefeed-js/issues"
},
"homepage": "https://github.com/clockworkgr/bitshares-pricefeed-js#readme",
"dependencies": {
"ajv": "^6.5.1",
"bitcoinaverage": "^1.0.0",
"bitsharesjs": "^1.7.10",
"chalk": "^2.4.0",
"fs-extra": "^5.0.0",
"js-yaml": "^3.11.0",
"mathjs": "^4.1.1",
"minimist": "^1.2.0",
"moment": "^2.22.1",
"moment-timezone": "^0.5.16",
"node-binance-api": "^0.4.27",
"node-growl": "^0.1.1",
"prompt-sync": "^4.1.6",
"quandl": "0.0.6",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"table": "^4.0.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1"
}
}