-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.33 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
{
"name": "for-the-future",
"description": "WordPress Theme created by WCK2016 TEAM",
"author": {
"name": "wck2016",
"email": "[email protected]"
},
"license": "GPL-3.0+",
"homepage": "https://github.com/wckansai2016/theme-env-sample",
"repository": {
"type": "git",
"url": "git://github.com/wckansai2016/theme-env-sample.git"
},
"engines" : {
"node" : ">=5.0.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-debug": "^2.1.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sass-bulk-import": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-watch": "^4.3.5",
"postcss-import": "^8.0.2",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
},
"scripts": {
"build": "gulp build",
"dist": "gulp dist"
},
"babel": {
"presets": ["es2015"]
},
"browserify-shim": {
"jquery": "global:jQuery",
"underscore": "global:_"
}
}