-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.08 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
{
"name": "local-myblog",
"version": "1.0.0",
"description": "this is my blog which is developing.",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"load": "supervisor -i src/assets index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnyet/local-myblog.git"
},
"author": "yate",
"license": "ISC",
"bugs": {
"url": "https://github.com/cnyet/local-myblog/issues"
},
"homepage": "https://github.com/cnyet/local-myblog#readme",
"devDependencies": {
"browser-sync": "^2.18.5",
"debug": "^2.3.3",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-css-base64": "^1.3.4",
"gulp-css-spriter": "^0.3.3",
"gulp-csslint": "^1.0.0",
"gulp-express": "^0.3.5",
"gulp-file-include": "^1.0.0",
"gulp-filter": "^4.0.0",
"gulp-header": "^1.8.8",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.4.0",
"gulp-md5-plus": "^0.2.5",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-collector": "^1.0.5",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.25",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.1",
"run-sequence": "^1.2.2",
"vue": "^2.1.4",
"webpack": "^1.13.3"
},
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"debug": "^2.3.3",
"errorhandler": "^1.5.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"hbs": "^4.0.1",
"morgan": "^1.7.0",
"multer": "^1.2.1",
"mysql": "^2.12.0",
"reload": "^1.1.0",
"serve-favicon": "^2.3.2"
}
}