{
    "name": "@dieschittigs/generator-contao",
    "version": "0.3.4",
    "description": "Generator for Contao 4.+ with SCSS and ES6 via WebPack 4",
    "homepage": "https://github.com/dieschittigs/yeoman-contao#readme",
    "author": "Die Schittigs <tobias@dieschittigs.de> (https://www.dieschittigs.de)",
    "files": [
        "generators"
    ],
    "main": "generators/index.js",
    "keywords": [
        "yeoman-generator",
        "yeoman",
        "yo",
        "contao",
        "php",
        "scss",
        "cli",
        "tool",
        "webpack"
    ],
    "devDependencies": {
        "coveralls": "^2.13.1",
        "eslint": "^4.19.1",
        "eslint-config-prettier": "^2.4.0",
        "eslint-config-xo": "^0.18.2",
        "eslint-plugin-prettier": "^2.2.0",
        "husky": "^0.14.3",
        "jest": "^22.4.4",
        "lint-staged": "^4.2.1",
        "nsp": "^2.6.3",
        "prettier": "^1.12.1",
        "yeoman-assert": "^3.1.1",
        "yeoman-test": "^1.7.2"
    },
    "dependencies": {
        "chalk": "^2.4.1",
        "inquirer": "^5.2.0",
        "yeoman-generator": "^2.0.5",
        "yosay": "^2.0.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dieschittigs/yeoman-contao.git"
    },
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/dieschittigs/yeoman-contao/issues"
    }
}
