ckeditor5-tabulation-converter
Version:
A ckeditor5 plugin to convert tabulationation
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "ckeditor5-tabulation-converter",
"version": "0.0.4",
"description": "A ckeditor5 plugin to convert tabulationation",
"main": "",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node ./node_modules/.bin/ckeditor5-dev-tests",
"manual": "node ./node_modules/.bin/ckeditor5-dev-tests-manual"
},
"repository": {
"type": "git",
"url": "git+https://github.com/concordnow/ckeditor5-tabulation-converter.git"
},
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor5-plugin",
"ckeditor5-converter",
"tabulation"
],
"author": "Concordnow Worldwide Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/concordnow/ckeditor5-tabulation-converter/issues"
},
"homepage": "https://github.com/concordnow/ckeditor5-tabulation-converter#readme",
"devDependencies": {
"@ckeditor/ckeditor5-dev-tests": "^17.1.0",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^2.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-core": "^16.0.0",
"@ckeditor/ckeditor5-engine": "^16.0.0"
},
"files": [
"src"
],
"engines": {
"node": ">=8.0.0"
}
}