UNPKG

wp-jet-fuel

Version:

Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons, etc.

47 lines (46 loc) 1.27 kB
{ "name": "gnowland/wp-jet-fuel", "type": "wordpress-plugin", "license": "MIT", "description": "Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons etc.", "homepage": "https://github.com/gnowland/wp-jet-fuel", "authors": [ { "name": "Gifford Nowland", "email": "hi@giffordnowland.com", "homepage": "https://github.com/gnowland" } ], "keywords": [ "wordpress", "wordpress plugin", "plugin" ], "support": { "issues": "https://github.com/gnowland/wp-jet-fuel/issues" }, "require": { "php": ">=5.4.0", "composer/installers": "~1.0", "phing/phing": "^2.16" }, "require-dev": { "squizlabs/php_codesniffer": "3.5.0" }, "suggest": { "soberwp/models": "Create custom post types and taxonomies using JSON, YAML or PHP", "soberwp/intervention": "Modules to cleanup and customize wp-admin" }, "autoload": { "psr-4": { "Gnowland\\JetFuel\\": "src/", "Gnowland\\JetFuel\\Module\\": "src/modules/" } }, "scripts": { "test": [ "vendor/bin/phpcs --extensions=php --ignore=vendor/ " ], "build": [ "vendor/bin/phing" ] } }