{
  "name": "wp-cycle",
  "description": "Development files for the WP-Cycle plugin.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanrice/wp-cycle"
  },
  "dependencies": {},
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-autoprefixer": "^0.8.1",
    "grunt-checktextdomain": "^0.1.1",
    "grunt-contrib-cssmin": "^0.10.0",
    "grunt-contrib-imagemin": "^0.7.1",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.5.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-csscomb": "~2.0.1",
    "grunt-jsbeautifier": "^0.2.7",
    "grunt-jsvalidate": "^0.2.2",
    "grunt-phplint": "0.0.5",
    "grunt-styledocco": "^0.1.4",
    "grunt-wp-i18n": "^0.5.3",
    "load-grunt-tasks": "^3.3.0"
  },
  "plugin": {
    "name": "WP-Cycle",
    "uri": "https://github.com/nathanrice/wp-cycle",
    "description": "This plugin creates an image slideshow from the images you upload using the jQuery Cycle plugin. You can upload/delete images via the administration panel, and display the images in your theme by using the <code>wp_cycle();</code> template tag, which will generate all the necessary HTML for outputting the rotating images.",
    "author": "Nathan Rice",
    "authoruri": "http://www.nathanrice.net/",
    "version": "0.1.13",
    "license": "GPL-2.0+",
    "licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
    "textdomain": "wp-cycle"
  }
}
