-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "f2e",
"version": "1.0.0",
"description": "F2E-Example",
"repository": {
"type": "git",
"url": "git+https://github.com/tooto1985/f2e.git"
},
"author": "Tommy",
"license": "MIT",
"bugs": {
"url": "https://github.com/tooto1985/f2e/issues"
},
"homepage": "https://github.com/tooto1985/f2e#readme",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.18.5",
"chokidar": "^1.7.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"find": "^0.2.7",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bom": "^1.0.0",
"gulp-browserify": "^0.5.1",
"gulp-cache": "^0.4.6",
"gulp-debug": "^2.1.2",
"gulp-express": "^0.3.5",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.4",
"proxy-middleware": "^0.15.0",
"yargs": "^8.0.2"
}
}