-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
27 lines (27 loc) · 858 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
{
"name": "3tapheroes",
"version": "0.2.0",
"description": "This project is very early in development. You might spot various errors in the code and find the program itself doing far less then it is supposed to. Plus I'm not exactly a pro in web development so take that into account.",
"main": "_token.js",
"dependencies": {
"body-parser": "1.17.2",
"express": "4.15.3",
"telegraf": "^3.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alessiocali/3tapheroes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alessiocali/3tapheroes/issues"
},
"homepage": "https://github.com/alessiocali/3tapheroes#readme"
}