-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 837 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": "wrdy",
"version": "0.0.1",
"description": "A Telegram bot for memorizing English vocabulary",
"main": "app.js",
"private": "true",
"scripts": {
"start": "node app.js",
"populate": "node maintenance/populate.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ashyashy/wrdy.git"
},
"keywords": [
"telegram",
"bot",
"vocabulary"
],
"author": "Anna Shishlyakova",
"bugs": {
"url": "https://github.com/ashyashy/wrdy/issues"
},
"engines": {
"node": "5.0.0"
},
"dependencies": {
"bluebird": "^3.4.0",
"botanio": "0.0.6",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"fs": "0.0.2",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"mongodb": "^2.1.21",
"node-telegram-bot-api": "^0.21.1",
"request-promise": "^3.0.0"
}
}