UNPKG

useasdemo

Version:

Schematics specific to ecip

38 lines (37 loc) 855 B
{ "name": "useasdemo", "version": "1.0.0-rc.0", "description": "Schematics specific to ecip", "scripts": { "build": "tsc -p tsconfig.json", "preinstall": "ng add ng-alain@2.0.1 && ng g ng-alain:plugin icon" }, "author": "cipchk<cipchk@qq.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ecip/ecip.git" }, "bugs": { "url": "https://github.com/ecip/ecip/issues" }, "homepage": "https://ecip.com/", "keywords": [ "ecip", "ng-alain", "ng-zorro-antd", "antd", "blueprints", "code generation", "schematics" ], "dependencies": { "@types/node": "^11.11.1" }, "schematics": "./collection.json", "ng-update": { "migrations": "./migration.json", "packageGroup": [] }, "sideEffects": false }