@robhedley/ckeditorcustom
Version:
Custom package of CKEditor including autoImage and autoLink plugins
26 lines (25 loc) • 653 B
JSON
{
"name": "@robhedley/ckeditorcustom",
"version": "1.0.0",
"description": "Custom package of CKEditor including autoImage and autoLink plugins",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobHedley/ckeditorCustomBuild.git"
},
"keywords": [
"CKEditor",
"Classic",
"autoImage",
"autoLink"
],
"author": "Rob Hedley",
"license": "ISC",
"bugs": {
"url": "https://github.com/RobHedley/ckeditorCustomBuild/issues"
},
"homepage": "https://github.com/RobHedley/ckeditorCustomBuild#readme"
}