Last active
August 29, 2015 14:08
-
-
Save laozhu/951ca4c138c2a42d8ae5 to your computer and use it in GitHub Desktop.
package.json of gulp test project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gulp-test", | |
"version": "1.0.0", | |
"description": "gulp test project", | |
"main": "gulpfile.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/laozhu/gulp-test" | |
}, | |
"keywords": [ | |
"gulp", | |
"bower" | |
], | |
"author": "Ritchie Zhu", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/laozhu/gulp-test/issues" | |
}, | |
"homepage": "https://github.com/laozhu/gulp-test", | |
"devDependencies": { | |
"del": "^0.1.3", | |
"gulp-autoprefixer": "^1.0.1", | |
"gulp-cache": "^0.2.4", | |
"gulp-coffee": "^2.2.0", | |
"gulp-concat": "^2.4.1", | |
"gulp-csslint": "^0.1.5", | |
"gulp-gzip": "0.0.8", | |
"gulp-imagemin": "^1.2.1", | |
"gulp-jshint": "^1.9.0", | |
"gulp-livereload": "^2.1.1", | |
"gulp-minify-css": "^0.3.11", | |
"gulp-notify": "^2.0.0", | |
"gulp-rename": "^1.2.0", | |
"gulp-uglify": "^1.0.1", | |
"gulp-watch": "^1.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment