@ckeditor/ckeditor5-case-change
Version:
Case change feature for CKEditor 5.
74 lines (73 loc) • 1.69 kB
JSON
{
"name": "@ckeditor/ckeditor5-case-change",
"version": "46.0.0",
"description": "Case change feature for CKEditor 5.",
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-feature",
"ckeditor5-plugin",
"WYSIWYG",
"WYSIWYM",
"text",
"rich-text",
"richtext",
"ckeditor",
"editor",
"editing",
"html",
"contentEditable",
"title case",
"letter case",
"case change",
"uppercase",
"lowercase"
],
"type": "module",
"main": "src/index.js",
"dependencies": {
"@ckeditor/ckeditor5-core": "46.0.0",
"@ckeditor/ckeditor5-icons": "46.0.0",
"@ckeditor/ckeditor5-ui": "46.0.0",
"@ckeditor/ckeditor5-utils": "46.0.0",
"ckeditor5": "46.0.0"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://support.ckeditor.com/hc/en-us/requests/new",
"files": [
"dist",
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"build",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js",
"default": "./src/index.js"
},
"./dist/*": {
"types": "./src/index.d.ts",
"import": "./dist/*",
"default": "./dist/*"
},
"./src/*": {
"types": "./src/*.d.ts",
"import": "./src/*",
"default": "./src/*"
},
"./build/*": "./build/*",
"./lang/*": "./lang/*",
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
"./package.json": "./package.json"
},
"obfuscated": true
}