Skip to content

Instantly share code, notes, and snippets.

@joliveras
Last active August 29, 2015 14:17
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 joliveras/40771dffdcc637bab0a5 to your computer and use it in GitHub Desktop.
Save joliveras/40771dffdcc637bab0a5 to your computer and use it in GitHub Desktop.
Gulp: package.json
{
"name": "ceroabsoluto",
"version": "0.92.0",
"description": "Wordpress Framework",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.4.2",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/joseoliveras/ceroabsoluto"
},
"keywords": [
"Framework",
"Worpress"
],
"author": "Jose Oliveras",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment