-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 916 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
37
38
{
"name": "websocket-stock-demo",
"version": "1.0.0",
"description": "AnyStock - WebSocket and Stock Analysis Tools",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"homepage": "https://anychart.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anychart-integrations/websocket-cexio-anystock-demo.git"
},
"bugs": {
"url": "https://github.com/anychart-integrations/websocket-cexio-anystock-demo/issues"
},
"keywords": [
"anychart",
"anystock",
"anygantt",
"anymap",
"charts",
"javascript charts",
"ajax charts",
"plots",
"javascript",
"SVG",
"HTML5"
],
"author": "AnyChart <[email protected]> (http://anychart.com)",
"dependencies": {
"express": "^4.16.3",
"ws": "^3.3.3",
"crypto-js": "^3.1.9-1"
}
}