| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "ckeditor5",
- "version": "5.0.0-0.dev",
- "description": "The developer version of CKEditor; the best browser-based WYSIWYG editor.",
- "keywords": [
- "CKEditor",
- "Editor",
- "WYSIWYG"
- ],
- "dependencies": {
- "ckeditor5-core": "ckeditor/ckeditor5-core"
- },
- "devDependencies": {
- "almond": "~0.3.0",
- "del": "~1.1",
- "requirejs": "~2.1",
- "ncp": "~1.0",
- "replace": "~0.3.0",
- "grunt": "~0",
- "grunt-jscs": "~1",
- "grunt-contrib-jshint": "~0",
- "grunt-githooks": "~0",
- "shelljs": "~0"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "See LICENSE.md",
- "homepage": "http://ckeditor.com",
- "bugs": "https://github.com/ckeditor/ckeditor5/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5.git"
- }
- }
|