| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "ckeditor5-ui",
- "version": "0.1.0",
- "description": "The UI framework of CKEditor 5.",
- "keywords": [
- "CKEditor"
- ],
- "dependencies": {},
- "devDependencies": {
- "del": "^2.2.0",
- "git-guppy": "^1.1.0",
- "gulp": "^3.9.0",
- "gulp-filter": "^3.0.1",
- "gulp-jscs": "^3.0.2",
- "gulp-jshint": "^2.0.0",
- "gulp-util": "^3.0.7",
- "guppy-pre-commit": "^0.3.0",
- "jshint": "^2.9.1",
- "jshint-reporter-jscs": "^0.1.0",
- "lodash-cli": "^4"
- },
- "engines": {
- "node": ">=5.0.0",
- "npm": ">=3.0.0"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "See LICENSE.md",
- "homepage": "https://github.com/ckeditor/ckeditor5-ui",
- "bugs": "https://github.com/ckeditor/ckeditor5-ui/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5-ui.git"
- }
- }
|