Last active
September 13, 2015 17:06
-
-
Save softwarespot/364112b5b3d0572e2a33 to your computer and use it in GitHub Desktop.
Package.json configuration with gulp dependencies
This file contains hidden or 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" : "", | |
"version" : "", | |
"license": "MIT", | |
"repository": "", | |
"devDependencies": { | |
"del": "~1.2.1", | |
"gulp": "~3.9.0", | |
"gulp-babel": "^5.2.1", | |
"gulp-concat": "^2.6.0", | |
"gulp-jshint": "~1.11.2", | |
"gulp-rename": "~1.2.2", | |
"gulp-replace": "^0.5.4", | |
"gulp-uglify": "~1.2.0", | |
"jshint-stylish": "^2.0.1", | |
"merge2": "^0.3.6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment