Skip to content

Commit

Permalink
Adding package.json for painless use of gulp, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dplesca committed Apr 25, 2015
1 parent 32c8b48 commit 0f16076
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.1.0",
"gulp-uglify": "^1.2.0"
}
}

0 comments on commit 0f16076

Please sign in to comment.