{ "name": "@ckeditor/ckeditor5-theme-lark", "version": "1.0.0-alpha.2", "description": "A bright theme for CKEditor 5.", "keywords": [ "ckeditor5", "ckeditor5-theme" ], "dependencies": { "@ckeditor/ckeditor5-ui": "^1.0.0-alpha.2" }, "devDependencies": { "@ckeditor/ckeditor5-basic-styles": "^1.0.0-alpha.2", "@ckeditor/ckeditor5-core": "^1.0.0-alpha.2", "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.2", "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2", "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.2", "eslint": "^4.8.0", "eslint-config-ckeditor5": "^1.0.7", "husky": "^0.14.3", "lint-staged": "^4.2.3" }, "engines": { "node": ">=6.0.0", "npm": ">=3.0.0" }, "author": "CKSource (http://cksource.com/)", "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)", "homepage": "https://ckeditor5.github.io", "bugs": "https://github.com/ckeditor/ckeditor5-theme-lark/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5-theme-lark.git" }, "files": [ "lang", "src", "theme" ], "scripts": { "lint": "eslint --quiet '**/*.js'", "precommit": "lint-staged" }, "main": "./theme/theme.css", "lint-staged": { "**/*.js": [ "eslint --quiet" ] }, "eslintIgnore": [ "src/lib/**", "packages/**" ] }