-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 996 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": "osvedomitel-itmo",
"version": "0.1.1",
"description": "Telegram-bot that will provide you with all the necessary information during your studies at the ITMO University",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "6.9.x",
"npm": "3.10.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bizzonium/Osvedomitel-ITMO.git"
},
"contributors": [
{
"name": "Aziz Chynaliev",
"email": "[email protected]",
"url": "https://github.com/Bizzonium"
},
{
"name": "Artem Podkorytov",
"email": "[email protected]",
"url": "https://github.com/ManFromSiberia"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Bizzonium/Osvedomitel-ITMO/issues"
},
"homepage": "https://github.com/Bizzonium/Osvedomitel-ITMO#readme",
"dependencies": {
"mongodb": "^2.2.22",
"request": "^2.79.0",
"tgfancy": "^0.10.0"
}
}