-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "forward-framework",
"version": "1.0.3",
"description": "A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.",
"homepage": "https://github.com/drawbackwards/Forward-Framework",
"repository": {
"type": "git",
"url": "https://github.com/drawbackwards/Forward-Framework.git"
},
"keywords": [
"wordpress",
"gulp",
"bower",
"sass"
],
"scripts": {
"postinstall": "bower install"
},
"author": "Drawbackwards",
"license": "GNU General Public Licence 2.0",
"main": "index.js",
"private": true,
"devDependencies": {
"autoprefixer": "^6.6.0",
"browser-sync": "^2.18.5",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.9.1",
"del": "^0.1.3",
"gulp": "^3.9.0",
"gulp-cache": "^0.2.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^1.0.0",
"perfectionist": "^2.3.0"
}
}