-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.41 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": "wordpress-gulp-starter-kit",
"version": "0.1.1",
"description": "A starter kit for developing WordPress themes with Gulp",
"homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit",
"repository": {
"type": "git",
"url": "https://github.com/synapticism/wordpress-gulp-starter-kit.git"
},
"keywords": [
"wordpress",
"wordpress-theme",
"wordpress-starter-theme",
"starter-kit",
"theme",
"gulp",
"bower",
"composer",
"sass",
"browsersync",
"livereload"
],
"scripts": {
"postinstall": "bower install"
},
"author": "Alexander Synaptic <[email protected]>",
"license": "GPL-3.0",
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"autoprefixer": "^6.1.0",
"browser-sync": "^2.9.12",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.12.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.5",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"html5-history-api": "^4.2.4",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"spin.js": "^2.3.2",
"wp-ajax-page-loader": "^0.2.0"
}
}