-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.12 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "Api",
"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": "gulp watch",
"start": "NODE_CONFIG_DIR=./resources/server/config NODE_ENV=production node bin/server.js"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"body-parser": "1.15.2",
"connect-ensure-login": "0.1.x",
"swagger-node-express": "~2.1",
"minimist": "*",
"bcrypt": "0.8.7",
"compression": "1.6.2",
"config": "1.21.0",
"consolidate": "0.14.1",
"cookie-parser": "1.4.3",
"express-session": "1.14.0",
"express-session-mongo": "0.1.0",
"cheerio": "0.20.0",
"request": "2.74.0",
"form-data": "2.1.1",
"debug": "2.2.0",
"superagent": "2.3.0",
"express": "4.14.0",
"oauth2orize": "1.0.x",
"passport": "0.2.x",
"passport-local": "1.0.x",
"passport-http": "0.2.x",
"passport-http-bearer": "1.0.x",
"passport-oauth2-client-password": "0.1.x",
"moment": "2.14.1",
"node-uuid": "1.4.7",
"mongoose": "4.5.8",
"mongoose-auto-increment": "5.0.1",
"morgan": "1.7.0",
"multer": "1.2.0",
"swig": "1.4.2",
"secure-random-string": "1.0.0",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.7.0",
"webpack-hot-middleware": "2.12.2",
"extract-text-webpack-plugin": "1.0.1"
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-react-hmre": "1.1.1",
"chai": "3.5.0",
"css-loader": "0.23.1",
"eslint-plugin-react": "6.0.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.0.0",
"gulp-mocha": "3.0.0",
"gulp-nodemon": "2.1.0",
"istanbul-instrumenter-loader": "0.2.0",
"jquery": "3.1.0",
"karma": "1.2.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.0.0",
"karma-mocha": "1.1.1",
"karma-phantomjs-launcher": "1.0.1",
"karma-webpack": "1.8.0",
"material-ui": "0.15.4",
"react-google-recaptcha": "0.5.4",
"react-dropzone-component": "1.2.0",
"react-md-spinner": "0.1.0",
"mocha": "3.0.2",
"node-sass": "3.8.0",
"nodemon": "1.10.0",
"phantomjs-prebuilt": "2.1.11",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-tap-event-plugin": "1.0.0",
"run-sequence": "1.2.2",
"sass-loader": "4.0.0",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"supertest": "2.0.0",
"webpack-stream": "3.2.0"
},
"engines": {
"node": "5.4.1"
},
"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"
}