-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "cryptoboard",
"version": "1.1.0",
"description": "gets crypto-currency prices from different sources and displays results in a webpage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gerard.x.moroney@gmail.com",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"mocha": "^4.0.1"
},
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"angularjs": "0.0.1",
"binance": "^1.1.2",
"chai": "^4.1.2",
"config": "^1.29.0",
"express": "^4.15.2",
"grunt-contrib-watch": "^1.0.0",
"moment": "^2.20.1",
"node.bittrex.api": "^1.0.0",
"pako": "^1.0.6",
"pusher": "^1.5.1",
"pusher-client": "^1.1.0",
"redis": "^2.8.0",
"websockets": "^0.2.0",
"websockets-client": "0.0.1",
"ws": "^3.3.3"
},
"keywords": [
"cryptocurrency",
"prices",
"board",
"real-time",
"websocket",
"redis"
]
}