-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
36 lines (36 loc) · 891 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
33
34
35
36
{
"name": "crypto-socket",
"version": "4.0.0",
"description": "Basic cryptocurrency ticker supporting multiple exchanges and currencies with websockets where available.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/redcap3000/crypto-socket"
},
"keywords": [
"crypto",
"websocket",
"API",
"bitcoin",
"ethereum",
"litecoin",
"finance",
"ticker"
],
"dependencies": {
"bufferutil": "^3.0.2",
"faye-websocket": "0.11.1",
"node.bittrex.api": "^0.5.1",
"pusher-client": "1.1.0",
"utf-8-validate": "^3.0.3"
},
"author": "Ronaldo Barbachano",
"license": "ISC",
"bugs": {
"url": "https://github.com/redcap3000/crypto-socket/issues"
},
"homepage": "https://github.com/redcap3000/crypto-socket"
}