-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "wct2017",
"version": "1.0.0",
"description": "A Task runner for WordCamp Tokyo 2017 theme.",
"uri": "https://2017.tokyo.wordcamp.org",
"main": "gulpfile.js",
"scripts": {
"start": "gulp default",
"gulp": "gulp",
"server": "gulp server --mode server",
"production": "gulp deploy",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WordCamp Tokyo 20167 team",
"repository": {
"type": "git",
"url": "https://github.com/wctokyo2017/wct2017.git"
},
"license": "GPL-3.0",
"devDependencies": {
"bourbon": "^4.2.7",
"bourbon-neat": "^2.0.0",
"browser-sync": "latest",
"font-awesome": "^4.7.0",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-changed": "^1.3.0",
"gulp-concat": "latest",
"gulp-css-globbing": "^0.1.8",
"gulp-csso": "latest",
"gulp-data": "latest",
"gulp-flatten": "latest",
"gulp-imagemin": "latest",
"gulp-load-plugins": "latest",
"gulp-notify": "latest",
"gulp-plumber": "latest",
"gulp-prettify": "latest",
"gulp-pug": "latest",
"gulp-rename": "latest",
"gulp-sass": "^2.3.2",
"gulp-sass-variables": "^1.1.1",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.1.2",
"run-sequence": "^1.1.5",
"yargs": "^4.3.1"
}
}