-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 885 Bytes
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
{
"name": "jsdc2016",
"version": "1.0.0",
"description": "JSDC 2016 Taiwan Website",
"private": true,
"main": "index.html",
"scripts": {
"start": "npm i && ./node_modules/gulp/bin/gulp.js"
},
"author": "webber0928 (https://github.com/webber0928)",
"contributors": [
{ "name" : "irene84111", "url" : "https://github.com/irene84111" },
{ "name" : "IvanWei", "url" : "https://github.com/IvanWei" }
],
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"jquery-lazyload": "^1.9.7",
"yargs": "^4.3.2"
}
}