@kephas/angular-ace
Version:
Provides the integration of the Ace editor with Kephas and Angular.
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "@kephas/angular-ace",
"version": "0.1103.13",
"description": "Provides the integration of the Ace editor with Kephas and Angular.",
"repository": {
"type": "git",
"url": "https://github.com/kephas-software/kephas-js/tree/master/angular/projects/angular-ace"
},
"keywords": [
"kephas",
"angular",
"ng",
"ace"
],
"author": {
"name": "Kephas Software SRL"
},
"license": "MIT",
"peerDependencies": {
"@angular/browser": "^11.0.3",
"@angular/common": "^11.0.3",
"@angular/core": "^11.0.3",
"@kephas/angular": "^0.1103.10",
"@kephas/commands": "^0.4.3",
"@kephas/core": "^0.4.3",
"@kephas/messaging": "^0.4.3",
"@kephas/reflection": "^0.4.5",
"@kephas/ui": "^0.4.3",
"brace": "^0.11.1",
"rxjs": "^6.5.3",
"zone.js": "^0.10.3"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/kephas-angular-ace.umd.js",
"module": "fesm2015/kephas-angular-ace.js",
"es2015": "fesm2015/kephas-angular-ace.js",
"esm2015": "esm2015/kephas-angular-ace.js",
"fesm2015": "fesm2015/kephas-angular-ace.js",
"typings": "kephas-angular-ace.d.ts",
"metadata": "kephas-angular-ace.metadata.json",
"sideEffects": false
}