{
    "$schema": "http://json-schema.org/schema",
    "$id": "igniteui-angular-ng-add",
    "title": "IgniteUI for Angular ng-add schematic",
    "type": "object",
    "properties": {
        "resetCss": {
            "type": "boolean",
            "description": "Add reset CSS lib",
            "default": true,
            "x-prompt": "Add CSS library to reset HTML element styles across browsers?"
        },
        "addHammer": {
            "type": "boolean",
            "description": "Add HammerJS",
            "default": false,
            "x-prompt": "Add HammerJS setup for touch-specific interactions support?"
        }
    },
    "required": []
}
