UNPKG

748 BJSONView Raw
1{
2 "name": "@ngtools/json-schema",
3 "version": "1.1.0",
4 "description": "Schema validating and reading for configurations, similar to Angular CLI config.",
5 "main": "./src/index.js",
6 "typings": "src/index.d.ts",
7 "license": "MIT",
8 "keywords": [
9 "angular",
10 "json",
11 "json-schema",
12 "schema",
13 "config"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/angular/angular-cli.git"
18 },
19 "author": "angular",
20 "bugs": {
21 "url": "https://github.com/angular/angular-cli/issues"
22 },
23 "homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/json-schema",
24 "engines": {
25 "node": ">= 4.1.0",
26 "npm": ">= 3.0.0"
27 },
28 "dependencies": {
29 },
30 "peerDependencies": {
31 }
32}