-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 914 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": "BabBot",
"version": "0.0.1",
"description": "Eylencelik Telaaaram Botu",
"dependencies": {
"cheerio": "^0.19.0",
"google": "latest",
"node-telegram-bot": "latest",
"omdb": "latest",
"request": "latest",
"soundcloud-nodejs-api-wrapper": "latest",
"tough-cookie": "latest",
"tutor": "latest",
"wikipedia-js": "latest",
"youtube-search": "latest",
"node-readability": "latest",
"html-to-text": "latest",
"url-exists": "latest",
"async": "latest",
"node-summary": "latest",
"impurge" : "latest",
"imgur-save" : "latest",
"download-file" : "latest",
"node-uuid" : "latest",
"is-url" : "latest",
"imagegrab" : "latest",
"remote-file-size" : "latest",
"mkdirp" : "latest",
"zipfolder" : "latest",
"download" : "latest",
"rimraf" : "latest"
},
"scripts": {
"start": "node index.js -c"
}
}