UNPKG

gulp-core

Version:

Some predefined gulp tasks, my personal collection of commonly used tasks.

54 lines (53 loc) 1.28 kB
{ "name": "gulp-core", "version": "0.1.3-alpha", "description": "Some predefined gulp tasks, my personal collection of commonly used tasks.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "gulp", "sass", "less", "compass", "requirejs", "rjs", "uglify", "html-minify" ], "repository": { "type": "git", "url": "https://github.com/ruysu/gulp-core" }, "author": "Gerardo Gómez", "license": "MIT", "dependencies": { "bower-files": "~3.8.0", "del": "^1.2.1", "gulp": "^3.8.8", "gulp-compass": "^2.1.0", "gulp-concat": "^2.6.0", "gulp-cssmin": "^0.1.7", "gulp-file": "^0.2.0", "gulp-filenames": "^1.3.0", "gulp-html-minify": "0.0.12", "gulp-if": "^1.2.5", "gulp-imagemin": "^2.3.0", "gulp-jsbeautify": "^0.1.1", "gulp-less": "^3.0.3", "gulp-notify": "^2.2.0", "gulp-phpunit": "^0.9.1", "gulp-rename": "^1.2.2", "gulp-sass": "^2.0.4", "gulp-sourcemaps": "^1.5.2", "gulp-uglify": "^1.2.0", "gulp-util": "^3.0.6", "lodash": "^3.10.1", "merge-stream": "^1.0.0", "path-exists": "^1.0.0", "requirejs": "^2.1.20", "through2": "^2.0.0", "underscore": "^1.8.3" } }