aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg.json
blob: 79d9e1bb2edfb7cfe6cfccc30c664d83344bf533 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "ng-cli://commands/easter-egg.json",
  "description": "",
  "$longDescription": "",
  "$hidden": true,

  "$impl": "./easter-egg-impl#AwesomeCommand",

  "type": "object",
  "allOf": [{ "$ref": "./definitions.json#/definitions/base" }]
}