UNPKG

243 BJSONView Raw
1{
2 "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Add Ionic to your project",
6 "factory": "./add",
7 "schema": "./add/schema.json"
8 }
9 }
10}