soderlind/plugin-customizer

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "plugin-customizer",
  "title": "Plugin Customizer",
  "version": "1.1.4",
  "git_tag": "1.1.4",
  "description": "Add the WordPress Customizer to your plugin.",
  "main": "plugin-customizer-demo.php",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "repository": {
    "type": "git",
    "url": "git://github.com/soderlind/plugin-customizer.git"
  },
  "license": "GPL",
  "bugs": {
    "url": "https://github.com/soderlind/plugin-customizer/issues/new"
  },
  "devDependencies": {
    "git-changelog": "^1.0.0",
    "grunt": "^1.0.1",
    "grunt-changelog": "^0.3.1",
    "grunt-cli": "~1.2.0",
    "grunt-composer": "^0.4.4",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-file-creator": "^0.1.3",
    "grunt-git": "^1.0.0",
    "grunt-github-changes": "0.1.0",
    "grunt-push-svn": "^0.2.1",
    "grunt-remove": "^0.1.0",
    "grunt-svn-export": "^0.1.7",
    "grunt-templated-changelog": "^0.1.3",
    "grunt-text-replace": "^0.4.0",
    "grunt-wp-i18n": "^0.5.2"
  }
}