{
    "INSTALL_NAME": "nystudio107 Install",
    "INSTALL_KEY": "nystudio107",
    "QUESTIONS": [
        {
            "name": "appName",
            "message": "Application name",
            "default": "testapp"
        }
    ],
    "DOWNLOAD_FILES": [
        {
            "name": "Craft CMS",
            "url": "http://buildwithcraft.com/latest.zip?accept_license=yes"
        }
    ],
    "DELETE_FILES": [
        {
            "src": "craft/templates"
        },
        {
            "src": "craft/config/db.php"
        },
        {
            "src": "craft/config/general.php"
        }
    ],
    "MOVE_FILES": [
        {
            "src": "public/htaccess",
            "dest": "public/.htaccess"
        }
    ],
    "TEMPLATE_FILES": [
        {
            "src": "_bower.json",
            "dest": "bower.json"
        },
        {
            "src": "_package.json",
            "dest": "package.json"
        },
        {
            "src": "craft/config/_db.php",
            "dest": "craft/config/db.php"
        },
        {
            "src": "craft/config/_general.php",
            "dest": "craft/config/general.php"
        },
        {
            "src": "scripts/_pull-db-from-prod.sh",
            "dest": "scripts/pull-db-from-prod.sh"
        },
        {
            "src": "scripts/_push-dev-to-git.sh",
            "dest": "scripts/push-dev-to-git.sh"
        },
        {
            "src": "scripts/_push-dev-to-prod.sh",
            "dest": "scripts/push-dev-to-prod.sh"
        },
        {
            "src": "scripts/_set-project-perms.sh",
            "dest": "scripts/set-project-perms.sh"
        }
    ],
    "BOILERPLATE_FILES": [
        {
            "src": "_csslintrc",
            "dest": ".csslintrc"
        },
        {
            "src": "_gitignore",
            "dest": ".gitignore"
        },
        {
            "src": "_Gruntfile.js",
            "dest": "Gruntfile.js"
        },
        {
            "src": "_jshintrc",
            "dest": ".jshintrc"
        }
    ],
    "BOILERPLATE_DIRECTORIES": [
        {
            "src": "craft/templates",
            "dest": "craft/templates"
        },
        {
            "src": "css_src",
            "dest": "css_src"
        },
        {
            "src": "js_src",
            "dest": "js_src"
        },
        {
            "src": "json_src",
            "dest": "json_src"
        },
        {
            "src": "img_src",
            "dest": "img_src"
        },
        {
            "src": "fontello_src",
            "dest": "fontello_src"
        },
        {
            "src": "fonts_src",
            "dest": "fonts_src"
        }
    ],
    "MYSQL_DBS": [
    ],
    "CRAFT_PLUGINS": [
    {
        "name": "Path Tools",
        "url": "https://github.com/khalwat/pathtools.git",
        "path": "craft/plugins/pathtools"
    },
        {
            "name": "Minify",
            "url": "https://github.com/khalwat/minify.git",
            "path": "craft/plugins/minify"
        },
        {
            "name": "Cookies",
            "url": "https://github.com/khalwat/cookies.git",
            "path": "craft/plugins/cookies"
        },
        {
            "name": "Retour",
            "url": "https://github.com/nystudio107/retour.git",
            "path": "craft/plugins/retour"
        },
        {
            "name": "SEOmatic",
            "url": "https://github.com/nystudio107/seomatic.git",
            "path": "craft/plugins/seomatic"
        }
    ],
    "REMOTE_GIT_ORIGIN": "git@codewhore.com",
    "BOWER_OPTIONS": [
    ],
    "NPM_OPTIONS": [
        "--no-bin-links"
    ],
    "END_INSTALL_COMMANDS": [
        {
            "name": "animate.css npm install",
            "command": "cd bower_components/animate.css/ && npm install --no-bin-links"
        }
    ]
}