{
  "name": "underskeleton-content-blocks",
  "version": "1.0.0",
  "description": "WordPress plugin to create reusable blocks of content you can display anywhere in your website using shortcodes.",
  "main": "underskeleton-content-blocks.php",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/diegoversiani/underskeleton-content-blocks.git"
  },
  "author": "Diego Versiani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/diegoversiani/underskeleton-content-blocks/issues"
  },
  "homepage": "http://getunderskeleton.com",
  "dependencies": {
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-concat": "^2.6.0",
    "gulp-cssnano": "^2.1.1",
    "gulp-ignore": "^2.0.1",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-rimraf": "^0.2.0",
    "gulp-sass": "^2.2.0",
    "gulp-uglify": "^1.5.3",
    "gulp-watch": "^4.3.5",
    "run-sequence": "^1.2.2"
  }
}
