-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 873 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
{
"name": "package.json",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"addic7ed-api": "^1.3.2",
"agenda": "^0.9.1",
"fs": "0.0.1-security",
"mongodb": "^2.2.30",
"mongoose": "^4.11.3",
"node-telegram-bot-api": "^0.27.1",
"promise": "^8.0.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"tunnel-ssh": "^4.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolocarpignoli/addic7ed-subtitles-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicolocarpignoli/addic7ed-subtitles-bot/issues"
},
"homepage": "https://github.com/nicolocarpignoli/addic7ed-subtitles-bot#readme"
}