-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "wordpress-gulp-bower-sass",
"version": "0.0.4",
"description": "A WordPress/Gulp/Bower/Sass starter kit",
"homepage": "https://github.com/synapticism/wordpress-gulp-bower-sass",
"repository": {
"type": "git",
"url": "https://github.com/synapticism/wordpress-gulp-bower-sass.git"
},
"keywords": [
"wordpress",
"gulp",
"bower",
"sass"
],
"scripts": {
"postinstall": "bower install"
},
"author": "Alexander Synaptic",
"license": "GNU General Public Licence 2.0",
"main": "index.js",
"private": true,
"dependencies": {},
"devDependencies": {
"del": "^1.x",
"gulp": "^3.8.x",
"gulp-autoprefixer": "^2.x",
"gulp-cache": "^0.2.x",
"gulp-concat": "^2.x",
"gulp-imagemin": "^2.x",
"gulp-jshint": "^1.x",
"gulp-livereload": "^2.x",
"gulp-load-plugins": "^0.8.x",
"gulp-minify-css": "^0.3.x",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^1.0.x",
"gulp-util": "^3.0.x"
}
}