diff options
author | Camil Staps | 2015-04-27 16:21:04 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-27 16:21:04 +0200 |
commit | 8e8ab506710da272e325dc5e1a12a428149f20df (patch) | |
tree | 74a8eb24c330f8215b75b2abad38d610f953a9f5 /package.json | |
parent | Moved to build directory (diff) |
Jade, imagemin, bower dependencies, gulpfile
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/package.json b/package.json index f6d5fa9..82d01d3 100644 --- a/package.json +++ b/package.json @@ -3,27 +3,28 @@ "version": "0.0.0", "description": "", "main": ".", - "dependencies": { - "gulp": "^3.8.11", - "gulp-autoprefixer": "^2.1.0", - "gulp-changed": "^1.1.1", - "gulp-concat": "^2.5.0", - "gulp-jshint": "^1.9.2", - "gulp-minify-css": "^0.4.5", - "gulp-minify-html": "^0.1.8", - "gulp-strip-debug": "^1.0.2", - "gulp-uglify": "^1.1.0" - }, + "dependencies": {}, "devDependencies": { "del": "^1.1.1", + "gulp": "^3.8.11", + "gulp-autoprefixer": "^2.1.0", + "gulp-changed": "~1.2.1", + "gulp-concat": "~2.5.2", "gulp-debug": "^2.0.0", "gulp-foreach": "^0.1.0", "gulp-if": "^1.2.5", + "gulp-imagemin": "~2.2.1", + "gulp-jade": "~1.0.0" + "gulp-jshint": "^1.9.2", "gulp-less": "^3.0.0", + "gulp-minify-css": "^0.4.5", + "gulp-minify-html": "~1.0.2", "gulp-order": "^1.1.1", "gulp-rename": "^1.2.0", + "gulp-strip-debug": "~1.0.2", + "gulp-uglify": "~1.2.0", "gulp-util": "^3.0.3", - "merge-stream": "^0.1.7" + "merge-stream": "^0.1.7", }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" |