UNPKG

303 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "$id": "ng-cli://commands/easter-egg.json",
4 "description": "",
5 "$longDescription": "",
6 "$hidden": true,
7
8 "$impl": "./easter-egg-impl#AwesomeCommand",
9
10 "type": "object",
11 "allOf": [
12 { "$ref": "./definitions.json#/definitions/base" }
13 ]
14}