ang-jsoneditor
Version:
[](https://travis-ci.org/mariohmol/ang-jsoneditor)
40 lines • 971 B
JSON
{
"name": "ang-jsoneditor",
"version": "4.0.2",
"license": "MIT",
"homepage": "https://github.com/mariohmol/ang-jsoneditor",
"repository": {
"type": "git",
"url": "https://github.com/mariohmol/ang-jsoneditor.git"
},
"author": "Mario Mol <mariohmol@gmail.com>, Manish Sodavadiya <manish_it56@yahoo.com>",
"keywords": [
"angular",
"jsoneditor",
"ang-jsoneditor",
"ng-jsoneditor",
"angular"
],
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"jsoneditor": "*"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ang-jsoneditor.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ang-jsoneditor.mjs",
"esm": "./esm2022/ang-jsoneditor.mjs",
"default": "./fesm2022/ang-jsoneditor.mjs"
}
}
}