-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "WordpressStarter",
"version": "1.0.0",
"description": "Starter Wordpress Kit",
"main": "index.php",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-cache": "^0.2.9",
"gulp-concat": "^2.5.2",
"gulp-htmlmin": "^1.1.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-ruby-sass": "^1.0.5",
"gulp-uglify": "^1.2.0"
},
"repository": {
"type": "git",
"private": "true",
"url": "https://github.com/kmh3785/Wordpress-Starter-Kit.git"
},
"author": "Kevin Hughes",
"license": "ISC",
"bugs": {
"url": "https://github.com/kmh3785/Wordpress-Starter-Kit/issues"
},
"homepage": "https://github.com/kmh3785/Wordpress-Starter-Kit",
"scripts": {
"preinstall": "bower install && cd src && mkdir img && cd img && git clone https://github.com/kmh3785/Overlay-Patterns.git",
"postinstall": "gulp build"
}
}