-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 842 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
{
"name": "whataboutbot",
"version": "0.5.0",
"description": "A configurable, minimal Telegram Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"keywords": [
"telegram",
"bot"
],
"author": "Antonio Pintus <pintus@gmail.com> (http://www.pintux.it)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pintux/whataboutBot.git"
},
"dependencies": {
"async": "^1.3.0",
"debug": "^2.2.0",
"form-data": "^0.2.0",
"ip": "^1.1.0",
"qr-image": "^3.1.0",
"request": "^2.58.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"unit.js": "^2.0.0"
}
}