Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
add package for gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtextrem committed Jul 11, 2014
1 parent 662b9c8 commit cd39475
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"devDependencies": {
"browser-sync": "^0.9.1",
"gulp": "^3.6.0",
"gulp-cache": "^0.1.1",
"gulp-csso": "^0.2.6",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-html": "^0.1.3",
"gulp-size": "^0.4.0",
"gulp-uglifyjs": "^0.3.0",
"gulp-uncss": "^0.4.4",
"gulp-useref": "^0.4.3",
"opn": "^0.1.1",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6",
"gulp-replace": "^0.3.0",
"gulp-recess": "^0.3.1",
"gulp-jsonminify": "^0.0.1",
"gulp-zip": "^0.4.0",
"gulp-cssshrink": "^0.1.3"
},
"engines": {
"node": ">=0.10.0"
}
}

0 comments on commit cd39475

Please sign in to comment.