-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.22 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
{
"name": "jsdc2017",
"version": "1.0.0",
"description": "JSDC Taiwan 2017 Main Website",
"main": "index.js",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build": "./node_modules/gulp/bin/gulp.js build",
"deploy:ci": "./deploy.sh"
},
"author": {
"name": "JSDC Taiwan",
"email": "core@jsdc.tw",
"url": "http://jsdc.tw"
},
"contributors": [
{
"name": "Webber Wu",
"url": "https://github.com/webber0928"
},
{
"name": "Irene Chang",
"url": "https://github.com/irene84111"
},
{
"name": "Ivan Wei",
"email": "scorpionseed@gmail.com",
"url": "https://blog.ivanwei.co"
},
{
"name": "ALi Li",
"url": "https://github.com/esbb48"
}
],
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^3.8.0",
"gulp-imagemin": "^3.2.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"jquery-lazyload": "^1.9.7",
"yargs": "^4.3.2"
}
}