-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.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
{
"name": "basic-web-ui",
"version": "0.0.1",
"description": "basic web ui for admin platform",
"scripts": {
"gulp": "gulp",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basic-web/basic-web-ui.git"
},
"keywords": [
"basic",
"web",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"author": "Yang XuePing",
"contributors": [
"Yang XuePing"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.3"
},
"dependencies": {
"body-parser": "~1.17.1",
"connect-redis": "^3.2.0",
"cookie-parser": "~1.4.3",
"debug": "^2.6.3",
"ejs": "^2.5.6",
"express": "~4.15.2",
"express-session": "^1.15.2",
"express-validator": "^3.1.3",
"lodash": "^4.17.4",
"morgan": "~1.8.1",
"multiparty": "^4.1.3",
"node-rdkafka": "0.10.2",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"socket.io": "^2.0.1"
}
}