-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 925 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": "plexbot",
"version": "0.2.0",
"description": "A Telegram Bot, for accessing your Plex Server API and its useful endpoints",
"main": "dist/index.js",
"scripts": {
"start": "dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Telegram",
"Bot",
"Plex",
"Media",
"Server",
"API"
],
"author": "Orlando Brown <[email protected]>",
"license": "ISC",
"devDependencies": {
"event-stream": "^3.3.4",
"gulp-babel": "^6.1.2",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"node-telegram-bot-api": "^0.23.3",
"node-telegram-bot-api-latest": "^0.2.1",
"request": "^2.75.0",
"request-promise": "^4.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/okbrown/plexserver-telegram-bot.git"
}
}