{
    "name": "slush-generator",
    "version": "2.0.0",
    "description": "A slush generator for creating slush generators",
    "keywords": [
        "slushgenerator",
        "slush",
        "generator",
        "scaffold"
    ],
    "homepage": "https://github.com/chrisenytc/slush-generator",
    "bugs": "https://github.com/chrisenytc/slush-generator/issues",
    "author": {
        "name": "Christopher EnyTC",
        "email": "chrisenytc@gmail.com",
        "url": "https://github.com/chrisenytc"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git://github.com/chrisenytc/slush-generator.git"
    },
    "main": "slushfile.js",
    "scripts": {
        "test": "make test"
    },
    "dependencies": {
        "slush": ">=1.0.0",
        "gulp": "~3.5.6",
        "gulp-template": "~0.1.1",
        "gulp-install": "~0.1.1",
        "gulp-conflict": "~0.1.1",
        "gulp-rename": "~1.2.0",
        "underscore.string": "~2.3.3",
        "inquirer": "~3.3.0",
        "iniparser": "^1.0.5"
    },
    "devDependencies": {
        "mocha": "~1.14.0",
        "chai": "~1.8.0"
    },
    "engines": {
        "node": ">=0.10.26",
        "npm": ">=1.4.3"
    }
}
