-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 901 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
{
"name": "capitalizer-bot",
"version": "1.0.0",
"description": "Capitaliser Bot for telegram",
"main": "server.js",
"scripts": {
"prod": "pm2 start prod.js --name caps --watch",
"start": "nodemon --exec babel-node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1d20/capitalizer-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1d20/capitalizer-bot/issues"
},
"homepage": "https://github.com/1d20/capitalizer-bot#readme",
"dependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"body-parser": "^1.15.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"morgan": "^1.7.0",
"nodemon": "^1.9.1",
"q": "^1.4.1",
"request-promise": "^3.0.0"
},
"devDependencies": {}
}