{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds Nightwatchjs to an existing Angular CLI project",
      "factory": "./nightwatch/index",
      "schema": "./nightwatch/schema.json"
    }
  }
}
