{ "name": "airstory/airstory-wp", "description": "Send your blog posts from Airstory writing software to WordPress for publication.", "type": "wordpress-plugin", "homepage": "http://www.airstory.co/integrations/", "authors": [ { "name": "Liquid Web", "homepage": "https://www.liquidweb.com" } ], "support": { "source": "https://github.com/liquidweb/airstory-wp", "issues": "https://github.com/liquidweb/airstory-wp/issues" }, "license": "MIT", "require": { "php": ">=5.3", "ext-dom": "*", "ext-openssl": "*", "techcrunch/wp-async-task": "dev-master", "composer/installers": "^1.3" }, "require-dev": { "stevegrunwell/wp-enforcer": "dev-master", "10up/wp_mock": "dev-dev", "codeclimate/php-test-reporter": "^0.4.4" }, "scripts": { "post-install-cmd": [ "wp-enforcer" ], "post-update-cmd": [ "wp-enforcer" ] }, "extra": { "installer-paths": { "includes/lib/{$name}": ["type:wordpress-plugin"] } } }