-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.58 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "KadseBot",
"description": "Telegram Bot with Client UI, based on turing-microservice by Benedikt Stemmildt",
"version": "0.4.0",
"private": false,
"author": {
"name": "Nerdakademie",
"url": "https://github.com/nerdakademie"
},
"main": "bin/server.js",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"watch": "DEBUG=kadsebot:* NODE_CONFIG_DIR=./resources/server/config nodemon --ext html,js",
"start": "NODE_CONFIG_DIR=./resources/server/config NODE_ENV=production node bin/server.js"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"node-telegram-bot-api": "0.27.0",
"body-parser": "1.17.1",
"minimist": "*",
"compression": "1.6.2",
"config": "1.25.1",
"consolidate": "0.14.5",
"cookie-parser": "1.4.3",
"express-session": "1.15.1",
"express-session-mongo": "0.1.0",
"debug": "2.6.3",
"express": "4.15.2",
"extract-text-webpack-plugin": "2.1.0",
"mongoose": "4.9.0",
"morgan": "1.8.1",
"swig": "1.4.2",
"slackbots": "1.0.2",
"webpack": "2.2.1",
"webpack-dev-middleware": "1.10.1",
"webpack-hot-middleware": "2.17.1"
},
"devDependencies": {
"babel-loader": "6.4.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-react-hmre": "1.1.1",
"chai": "3.5.0",
"css-loader": "0.27.3",
"eslint-plugin-react": "6.10.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "4.1.0",
"istanbul-instrumenter-loader": "2.0.0",
"jquery": "3.1.1",
"karma": "1.5.0",
"karma-babel-preprocessor": "6.0.1",
"karma-chai-sinon": "0.1.5",
"karma-coverage": "1.1.1",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "2.0.2",
"material-ui": "0.17.1",
"mocha": "3.2.0",
"node-sass": "4.5.0",
"nodemon": "1.11.0",
"phantomjs-prebuilt": "2.1.14",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-tap-event-plugin": "2.0.1",
"run-sequence": "1.2.2",
"sass-loader": "6.0.3",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"supertest": "3.0.0",
"webpack-stream": "3.2.0"
},
"engines": {
"node": "7.4.0"
},
"homepage": "https://github.com/nerdakademie/KadseBot_nodejs/#readme",
"repository": {
"type": "git",
"url": "[email protected]:nerdakademie/KadseBot_nodejs.git"
},
"bugs": {
"url": "https://github.com/nerdakademie/KadseBot_nodejs/issues"
},
"license": "MIT"
}