forked from learningontheway/vip.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "vip-video",
"version": "0.0.1",
"description": "免费观看VIP视频的网站",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "xiugang",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.4.5",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"lib-qqwry": "^1.3.0",
"log4js": "^3.0.5",
"moment": "^2.22.2",
"mysql": "^2.16.0",
"request": "^2.88.0",
"socket.io": "^2.1.1",
"svg-captcha": "^1.3.11",
"utility": "^1.15.0",
"xss": "^1.0.6",
"xtemplate": "^4.6.1",
"xtpl": "^3.4.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.4.4",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.3.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.5",
"gulp-xtpl": "^1.1.1",
"useref": "^1.4.1"
}
}