-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 929 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
{
"name": "signalalertjs",
"version": "1.0.0",
"description": "Signal alert cryptocurrency",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/passa1248/signalalertjs.git"
},
"author": "Simone Passalacqua",
"license": "ISC",
"homepage": "https://bitbucket.org/passa1248/signalalertjs#readme",
"dependencies": {
"applicationinsights": "^1.0.2",
"body": "^5.1.0",
"delay": "^3.0.0",
"eslint": "^4.15.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-ws": "^3.0.0",
"handlebars": "^4.0.11",
"node-binance-api": "^0.6.0",
"parser": "^0.1.4",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"socket.io": "^2.1.1",
"telegram-mtproto": "^2.2.2",
"tg-cli-node": "0.0.8"
}
}