easter-egg.json 303 B

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