| 1234567891011121314151617181920212223242526 |
- {
- "name": "ckeditor5-core",
- "version": "0.0.1-0.dev",
- "description": "CKEditor 5 Core Framework",
- "keywords": [
- "CKEditor"
- ],
- "dependencies": {},
- "devDependencies": {
- "grunt": "^0",
- "grunt-jscs": "^2.0.0",
- "grunt-contrib-jshint": "^0",
- "grunt-githooks": "^0",
- "shelljs": "^0",
- "lodash-cli": "^3",
- "grunt-lodash": "^0.4.0"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "See LICENSE.md",
- "homepage": "https://github.com/ckeditor/ckeditor5-core",
- "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5-core.git"
- }
- }
|