-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "ann",
"version": "1.0.0",
"description": "ARE YOU READY!\r 我们的征途是星辰大海",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangerose/Ann.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dangerose/Ann/issues"
},
"homepage": "https://github.com/dangerose/Ann#readme",
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"async": "^1.5.2",
"browser-sync": "^2.18.6",
"del": "^2.2.0",
"ejs": "^2.5.7",
"fs-extra": "^0.26.7",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-make-css-url-version": "0.0.13",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"http-proxy-middleware": "^0.17.4",
"imagemin-pngcrush": "^4.1.0",
"jsmin2": "^1.2.1",
"mockjs": "^1.0.1-beta3",
"path": "^0.12.7",
"run-sequence": "^1.1.5"
}
}