ace-editor-ng9
Version:
A fork from ng2-ace-editor updated to work with Angular 9
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "ace-editor-ng9",
"version": "9.1.11",
"description": "A fork from ng2-ace-editor updated to work with Angular 9",
"homepage": "https://github.com/tavwizard/ace-editor-ng9",
"license": "MIT",
"main": "bundles/ace-editor-ng9.umd.js",
"module": "fesm5/ace-editor-ng9.js",
"es2015": "fesm2015/ace-editor-ng9.js",
"esm5": "esm5/ace-editor-ng9.js",
"esm2015": "esm2015/ace-editor-ng9.js",
"fesm5": "fesm5/ace-editor-ng9.js",
"fesm2015": "fesm2015/ace-editor-ng9.js",
"typings": "ace-editor-ng9.d.ts",
"peerDependencies": {
"@angular/common": "9.1.11",
"@angular/core": "9.1.11",
"@angular/forms": "9.1.11",
"@angular/platform-browser": "9.1.11",
"rxjs": "^6.5.3",
"brace": "^0.11.1"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tavwizard/ace-editor-ng9.git"
},
"keywords": [
"ace",
"angular",
"A9"
],
"author": "Andrei Tumilovich",
"bugs": {
"url": "https://github.com/tavwizard/ace-editor-ng9/issues"
},
"metadata": "ace-editor-ng9.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
}
}