ngx-antd-json-schema-form
Version:
JSON form schema using ant-design and prismjs
53 lines (52 loc) • 1.49 kB
JSON
{
"name": "ngx-antd-json-schema-form",
"version": "1.0.8",
"description": "JSON form schema using ant-design and prismjs",
"author": {
"name": "Bhavin Patel <bhavin.ptl04@gmail.com>",
"url": "https://github.com/BhavinPatel04"
},
"license": "MIT",
"homepage": "https://github.com/BhavinPatel04/ngx-antd-json-schema-form",
"bugs": "https://github.com/BhavinPatel04/ngx-antd-json-schema-form/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/BhavinPatel04/ngx-antd-json-schema-form"
},
"keywords": [
"angular",
"angular2",
"angular4",
"angular5",
"angular6",
"angular7",
"ng2",
"ng4",
"ng5",
"ng7",
"ngx",
"json-schema-form",
"antd"
],
"private": false,
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
"ng-zorro-antd": "^7.0.0-rc.3",
"@types/prismjs": "^1.9.0",
"prismjs": "^1.15.0"
},
"main": "bundles/ngx-antd-json-schema-form.umd.js",
"module": "fesm5/ngx-antd-json-schema-form.js",
"es2015": "fesm2015/ngx-antd-json-schema-form.js",
"esm5": "esm5/ngx-antd-json-schema-form.js",
"esm2015": "esm2015/ngx-antd-json-schema-form.js",
"fesm5": "fesm5/ngx-antd-json-schema-form.js",
"fesm2015": "fesm2015/ngx-antd-json-schema-form.js",
"typings": "ngx-antd-json-schema-form.d.ts",
"metadata": "ngx-antd-json-schema-form.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}