felixarntz/wp-site-identity

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "wp-site-identity",
  "version": "1.0.0",
  "description": "Enables you to manage your site identity data and brand in one centralized location.",
  "keywords": [
    "wordpress",
    "plugin",
    "site identity",
    "personal data",
    "business data",
    "brand",
    "appearance",
    "centralized",
    "customization",
    "customizer",
    "widgets",
    "shortcodes"
  ],
  "author": {
    "name": "Felix Arntz",
    "email": "felix-arntz@leaves-and-love.net",
    "url": "https://leaves-and-love.net"
  },
  "homepage": "https://github.com/felixarntz/wp-site-identity",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixarntz/wp-site-identity.git"
  },
  "bugs": {
    "url": "https://github.com/felixarntz/wp-site-identity/issues"
  },
  "license": "GPL-2.0-or-later",
  "engines": {
    "node": ">= 6.9.4"
  },
  "devDependencies": {
    "gulp": "~3.9.1",
    "gulp-banner": "~0.1.3",
    "gulp-concat": "~2.6.1",
    "gulp-csscomb": "~3.0.8",
    "gulp-jscs": "~4.0.0",
    "gulp-jshint": "~2.0.4",
    "gulp-clean-css": "~2.3.2",
    "gulp-rename": "~1.2.2",
    "gulp-replace": "~0.5.4",
    "gulp-sass": "~3.1.0",
    "gulp-sort": "~2.0.0",
    "gulp-uglify": "~2.0.1",
    "gulp-wp-pot": "~2.0.6",
    "jshint": "~2.9.4"
  }
}