-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.3 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
{
"name": "jsdc2018",
"version": "1.0.0",
"description": "JSDC Taiwan 2018 Main Website",
"main": "index.js",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build": "./node_modules/gulp/bin/gulp.js build",
"dev": "./node_modules/gulp/bin/gulp.js serve",
"deploy:ci": "./deploy.sh"
},
"author": {
"name": "JSDC Taiwan",
"email": "core@jsdc.tw",
"url": "http://jsdc.tw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdc-core/jsdc2018.git"
},
"keywords": [
"jsdc",
"jsdc2018",
"js",
"nodejs",
"javascript"
],
"contributors": [
{
"name": "Webber Wu",
"url": "https://github.com/webber0928"
},
{
"name": "Ivan Wei",
"email": "scorpionseed@gmail.com",
"url": "https://blog.ivanwei.co"
}
],
"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"
}
}