Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Created January 13, 2016 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/c5bc4c00308c0c145863 to your computer and use it in GitHub Desktop.
Save ahmadawais/c5bc4c00308c0c145863 to your computer and use it in GitHub Desktop.
WPGulp: pacakge.json
{
"name" : "WPGulp",
"author" : "ahmadawais",
"version" : "1.0.0",
"license" : "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/WPGulp"
},
"dependencies" : {},
"devDependencies": {
"gulp" : "^3.8.11",
"gulp-autoprefixer" : "^3.1.0",
"gulp-concat" : "^2.5.2",
"gulp-notify" : "^2.2.0",
"gulp-rename" : "^1.2.0",
"gulp-sass" : "^2.0.0",
"gulp-sourcemaps" : "^1.5.2",
"gulp-uglify" : "^1.1.0",
"gulp-uglifycss" : "^1.0.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment