-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
40
41
42
{
"name": "beerncode-bot",
"version": "1.0.0",
"description": "Bot de auxílio do canal Beer&&Code",
"main": "index.js",
"engines": {
"node": "4.4.5"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"moment": "^2.14.1",
"mongodb": "^2.2.2",
"node-github": "0.0.3",
"node-telegram-bot-api": "^0.17.0",
"request": "^2.73.0",
"underscore": "^1.8.3",
"wikipedia-js": "github:rwaltenberg/wikipedia-js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rwaltenberg/beerncoder_bot.git"
},
"keywords": [
"telegram",
"bot"
],
"author": {
"name": "Rodrigo waltenberg",
"url": "http://github.com/rwaltenberg"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rwaltenberg/beerncoder_bot/issues"
},
"homepage": "https://github.com/rwaltenberg/beerncoder_bot#readme"
}