-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 933 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
39
{
"name": "Bot-Telegram-BeMEAN",
"version": "1.0.0",
"engines": {
"node": "6.5.0"
},
"description": "Bot para o Telegram do grupo do Be MEAN",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"bemean",
"telegram"
],
"repository": "https://github.com/Webschool-io/Bot-Telegram-BeMEAN",
"author": "WebSchool / BeMEAN",
"license": "ISC",
"dependencies": {
"chai": "^4.0.2",
"cheerio": "^1.0.0-rc.1",
"cheerio-advanced-selectors": "^1.1.1",
"dotenv": "^4.0.0",
"execSync": "^1.0.2",
"funcy": "0.1.0",
"github": "^9.2.0",
"googlemaps": "^1.12.0",
"mathjs": "^3.13.3",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mongoose": "^4.10.5",
"node-telegram-bot-api": "^0.27.1",
"prettyjson": "^1.2.1",
"request": "^2.81.0",
"sewe": "^1.0.0"
}
}