@maaxgr/ang-jsoneditor
Version:
This is a fork of mariohmol's [ang-jsoneditor](https://github.com/mariohmol/ang-jsoneditor) with support for Angular 11, 12, 13 and 14. This repository will probably become stale, when the original will be actively maintained again.
46 lines • 1.34 kB
JSON
{
"name": "@maaxgr/ang-jsoneditor",
"version": "14.0.0",
"license": "MIT",
"homepage": "https://github.com/MaaxGr/ang-jsoneditor",
"repository": {
"type": "git",
"url": "https://github.com/MaaxGr/ang-jsoneditor"
},
"author": "Max Großmann <github@maax.gr>, Mario Mol <mariohmol@gmail.com>, Manish Sodavadiya <manish_it56@yahoo.com>",
"keywords": [
"angular",
"jsoneditor",
"ang-jsoneditor",
"ng-jsoneditor",
"angular"
],
"peerDependencies": {
"@angular/common": "^14",
"@angular/core": "^14",
"jsoneditor": "^9.1.4"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/maaxgr-ang-jsoneditor.mjs",
"es2020": "fesm2020/maaxgr-ang-jsoneditor.mjs",
"esm2020": "esm2020/maaxgr-ang-jsoneditor.mjs",
"fesm2020": "fesm2020/maaxgr-ang-jsoneditor.mjs",
"fesm2015": "fesm2015/maaxgr-ang-jsoneditor.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/maaxgr-ang-jsoneditor.mjs",
"es2020": "./fesm2020/maaxgr-ang-jsoneditor.mjs",
"es2015": "./fesm2015/maaxgr-ang-jsoneditor.mjs",
"node": "./fesm2015/maaxgr-ang-jsoneditor.mjs",
"default": "./fesm2020/maaxgr-ang-jsoneditor.mjs"
}
},
"sideEffects": false
}