{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ngrx-store-migration-01": {
      "description": "The road to v6",
      "version": "5.2",
      "factory": "./6_0_0/index"
    },
    "ngrx-store-migration-02": {
      "description": "The road to v8 beta",
      "version": "8-beta",
      "factory": "./8_0_0-beta/index"
    },
    "ngrx-store-migration-03": {
      "description": "The road to v8 RC",
      "version": "8-rc.1",
      "factory": "./8_0_0-rc/index"
    }
  }
}
