| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "ckeditor5-engine",
- "version": "0.4.0",
- "description": "CKEditor 5 Editing Engine",
- "keywords": [
- "CKEditor"
- ],
- "dependencies": {
- "ckeditor5-utils": "ckeditor/ckeditor5-utils"
- },
- "devDependencies": {
- "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
- "ckeditor5-core": "ckeditor/ckeditor5-core",
- "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": "See LICENSE.md",
- "homepage": "https://ckeditor5.github.io",
- "bugs": "https://github.com/ckeditor/ckeditor5-engine/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5-engine.git"
- }
- }
|