-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.97 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "nodetest",
"version": "0.0.0",
"author": "gaoqz",
"private": true,
"scripts": {
"start": "run dev",
"pro": "pm2 kill && pm2 start ./bin/www --name pro",
"dev": "rm -rf pro && gulp & pm2 kill && pm2 start ./bin/www --name dev",
"test": "rm -rf pro && gulp & pm2 kill && pm2 start ./bin/www --name test",
"lite-server": "lite-server -c bs-config.json",
"browser-sync": "pm2 start browser-sync"
},
"watch": [
"src"
],
"ignore_watch": [
"node_modules",
"logs",
"views"
],
"repository": {
"type": "git",
"url": "https://github.com/lishaoh/nodeJs.git"
},
"error_file": "./logs/app-err.log",
"out_file": "./logs/app-out.log",
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"del": "^2.2.2",
"ejs": "~2.5.2",
"express": "~4.14.0",
"file-stream-rotator": "0.0.7",
"fs": "0.0.1-security",
"gulp-filter": "^4.0.0",
"gulp-sass": "^2.3.2",
"lite-server": "^2.2.2",
"morgan": "~1.7.0",
"node-sass": "^3.13.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"browser-sync": "^2.18.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-css-spriter": "^0.3.3",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngmin": "^0.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-append": "^0.1.6",
"gulp-sass": "^2.3.2",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^1.5.4",
"imagemin-pngcrush": "^5.0.0",
"jshint": "^2.9.2",
"lite-server": "^2.2.2",
"node-sass": "^3.13.0"
},
"os": [
"darwin",
"Linux"
],
"bugs": {
"email": "qingzu@youhujia.com"
}
}