UNPKG

@nightwatch/schematics

Version:
11 lines (10 loc) 292 B
{ "$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" } } }