| 123456789101112131415161718192021222324 |
- {
- "name": "ckeditor5-autoformat",
- "version": "0.0.1",
- "description": "Replaces predefined characters with corresponding structures.",
- "keywords": [],
- "dependencies": {},
- "devDependencies": {
- "gulp": "^3.9.0",
- "guppy-pre-commit": "^0.3.0",
- "ckeditor5-dev-lint": "ckeditor/ckeditor5-dev-lint"
- },
- "engines": {
- "node": ">=5.0.0",
- "npm": ">=3.0.0"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "See LICENSE.md",
- "homepage": "https://ckeditor5.github.io",
- "bugs": "https://github.com/ckeditor/ckeditor5-autoformat/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5-autoformat.git"
- }
- }
|