-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "karma-bot-telegram",
"version": "0.1.0",
"description": "A bot for telegram to control the karma users in groups",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/franexposito/karma-bot-telegram.git"
},
"bugs": {
"url": "https://github.com/franexposito/karma-bot-telegram/issues"
},
"homepage": "https://github.com/franexposito/karma-bot-telegram",
"author": "Fran Exposito <http://github.com/franexposito>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"connect-mongo": "^1.3.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"moment": "^2.15.1",
"mongodb": "^2.2.10",
"morgan": "^1.7.0",
"node-telegram-bot-api-latest": "^0.2.1",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.3.1"
},
"scripts": {
"start": "gulp"
},
"keywords": [
"telegram",
"bot",
"top",
"user",
"karma"
],
"devDependencies": {
"body-parser": "^1.15.2",
"browserify": "^13.1.1",
"ejs": "^2.5.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-develop-server": "^0.5.2",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"moment": "^2.15.1",
"mongodb": "^2.2.10",
"morgan": "^1.7.0",
"node-telegram-bot-api-latest": "^0.2.1",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.3.1"
}
}