| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "ckeditor5-paragraph",
- "version": "0.5.0",
- "description": "Paragraph feature for CKEditor 5.",
- "keywords": [],
- "dependencies": {
- "ckeditor5-core": "ckeditor/ckeditor5-core",
- "ckeditor5-engine": "ckeditor/ckeditor5-engine"
- },
- "devDependencies": {
- "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
- "ckeditor5-clipboard": "ckeditor/ckeditor5-clipboard",
- "ckeditor5-heading": "ckeditor/ckeditor5-heading",
- "gulp": "^3.9.0",
- "guppy-pre-commit": "^0.4.0"
- },
- "engines": {
- "node": ">=6.0.0",
- "npm": ">=3.0.0"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
- "homepage": "https://ckeditor5.github.io",
- "bugs": "https://github.com/ckeditor/ckeditor5-paragraph/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5-paragraph.git"
- }
- }
|