felixarntz/attachment-taxonomies-feature

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "attachment-taxonomies-feature",
  "version": "1.0.0",
  "description": "Feature plugin to improve attachment taxonomy support in WordPress.",
  "keywords": [
    "wordpress",
    "plugin",
    "feature",
    "attachment",
    "media",
    "taxonomy",
    "categories",
    "tags"
  ],
  "author": {
    "name": "The WordPress Team",
    "url": "https://wordpress.org"
  },
  "homepage": "https://github.com/felixarntz/attachment-taxonomies-feature",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixarntz/attachment-taxonomies-feature.git"
  },
  "bugs": {
    "url" : "https://github.com/felixarntz/attachment-taxonomies-feature/issues"
  },
  "license": {
    "type": "GPL-3.0",
    "name": "GNU General Public License v3",
    "url": "http://www.gnu.org/licenses/gpl-3.0.html"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "bower": "^1.7.7",
    "gulp": "^3.9.1",
    "gulp-csscomb": "^3.0.6",
    "gulp-jshint": "^2.0.0",
    "gulp-load-plugins": "^1.2.0",
    "gulp-minify-css": "^1.2.4",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^2.2.0",
    "gulp-uglify": "^1.5.3",
    "jshint": "^2.9.1"
  }
}