Created
November 24, 2014 21:23
-
-
Save sbuzonas/3ee1afc38a82d9a4b34c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name" : "kiriaze/PressPlay", | |
| "description" : "Composer backed boilerplate project for easy WordPress sites", | |
| "authors" : [ | |
| { | |
| "name" : "Constantine Kiriaze", | |
| "email" : "hello@kiriaze.com", | |
| "homepage" : "http://kiriaze.com/" | |
| } | |
| ], | |
| "type" : "project", | |
| "minimum-stability": "dev", | |
| "require" : { | |
| "fancyguy/webroot-installer" : "1.0.0", | |
| "wordpress" : "*", | |
| "wpackagist-plugin/backwpup" : "*", | |
| "advanced-custom-fields-pro" : "*", | |
| "wpackagist-plugin/limit-login-attempts" : "*", | |
| "wpackagist-plugin/all-in-one-wp-security-and-firewall" : "*", | |
| "wpackagist-plugin/wordfence" : "*", | |
| "wpackagist-plugin/sucuri-scanner" : "*", | |
| "wpackagist-plugin/bulletproof-security" : "*", | |
| "wpackagist-plugin/demo-data-creator" : "*", | |
| "wpackagist-plugin/bulk-content-creator" : "*", | |
| "wpackagist-plugin/wp-super-cache" : "*", | |
| "wpackagist-plugin/autoptimize" : "*", | |
| "wpackagist-plugin/wordpress-seo" : "*", | |
| "wpackagist-plugin/disqus-comment-system" : "*", | |
| "simple-framework" : "*", | |
| "simple" : "*", | |
| "simple-child" : "*", | |
| "simple-shortcodes" : "*", | |
| "simple-cpt-plugin" : "*", | |
| "simple-multi-cpts" : "*", | |
| "github-updater" : "*", | |
| "wpackagist-plugin/fg-fix-serialized-strings" : "*", | |
| "wpackagist-plugin/duplicate-post" : "*", | |
| "wpackagist-plugin/wordpress-importer" : "*", | |
| "wpackagist-plugin/intuitive-custom-post-order": "*", | |
| "wpackagist-plugin/bj-lazy-load" : "*", | |
| "wpackagist-plugin/author-recommended-posts" : "*", | |
| "wpackagist-plugin/theme-my-login" : "*" | |
| }, | |
| "require-dev" : { | |
| "wpackagist-plugin/log-deprecated-notices" : "*", | |
| "wpackagist-plugin/monster-widget" : "*", | |
| "wpackagist-plugin/user-switching" : "*", | |
| "wpackagist-plugin/rewrite-rules-inspector" : "*", | |
| "wpackagist-plugin/regenerate-thumbnails" : "*", | |
| "wpackagist-plugin/wordpress-reset" : "*", | |
| "wpackagist-plugin/query-monitor" : "*", | |
| "wpackagist-plugin/debug-bar" : "*" | |
| }, | |
| "extra" : { | |
| "webroot-dir": "wp", | |
| "webroot-package": "wordpress" | |
| }, | |
| "config" : { | |
| "vendor-dir" : "wp-content/vendor" | |
| }, | |
| "repositories": [ | |
| { | |
| "type" : "composer", | |
| "url" : "http://wpackagist.org" | |
| }, | |
| { | |
| "type": "package", | |
| "package": { | |
| "type": "webroot", | |
| "name": "wordpress", | |
| "version": "4.0", | |
| "dist": { | |
| "url": "https://github.com/WordPress/WordPress/archive/4.0.zip", | |
| "type": "zip" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "advanced-custom-fields-pro", | |
| "version": "master", | |
| "type": "wordpress-plugin", | |
| "source": { | |
| "url": "git@bitbucket.org:madebygrizzly/acf-pro.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "simple-framework", | |
| "version": "dev-master", | |
| "type": "wordpress-theme", | |
| "source": { | |
| "url": "git://github.com/kiriaze/simple-framework.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "vcs", | |
| "url": "git://github.com/kiriaze/simple.git" | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "simple-child", | |
| "version": "dev-master", | |
| "type": "wordpress-theme", | |
| "source": { | |
| "url": "git://github.com/kiriaze/simple-child.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "simple-shortcodes", | |
| "type": "wordpress-plugin", | |
| "version": "dev-master", | |
| "source": { | |
| "url": "git://github.com/kiriaze/simple-shortcodes.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "simple-cpt-plugin", | |
| "type": "wordpress-plugin", | |
| "version": "dev-master", | |
| "source": { | |
| "url": "git://github.com/kiriaze/simple-cpt-plugin.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "simple-multi-cpts", | |
| "type": "wordpress-plugin", | |
| "version": "dev-master", | |
| "source": { | |
| "url": "git://github.com/kiriaze/simple-multi-cpts.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| }, | |
| { | |
| "type" : "package", | |
| "package": { | |
| "name": "github-updater", | |
| "type": "wordpress-plugin", | |
| "version": "dev-master", | |
| "source": { | |
| "url": "git://github.com/afragen/github-updater.git", | |
| "type": "git", | |
| "reference": "origin/master" | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment