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.
25 lines (24 loc) • 718 B
JSON
{
"name": "wp-jet-fuel",
"version": "2.6.1",
"license": "MIT",
"author": "Gifford Nowland",
"description": "Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons, etc.",
"keywords": [
"WordPress",
"Plugin",
"Functionality"
],
"homepage": "https://github.com/gnowland/wp-jet-fuel#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gnowland/wp-jet-fuel.git"
},
"bugs": {
"url": "https://github.com/gnowland/wp-jet-fuel/issues"
},
"main": "wp-jet-fuel.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}