{ "name": "@ckeditor/ckeditor5-indent", "version": "0.0.1", "description": "Block indentation feature for CKEditor 5.", "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "ckeditor5-feature", "ckeditor5-plugin" ], "dependencies": { "@ckeditor/ckeditor5-core": "^12.1.1", "@ckeditor/ckeditor5-utils": "^12.1.1" }, "devDependencies": { "@ckeditor/ckeditor5-ui": "^13.0.0", "@ckeditor/ckeditor5-editor-classic": "^12.1.1", "eslint": "^5.15.3", "eslint-config-ckeditor5": "^1.0.11", "husky": "^1.3.1", "lint-staged": "^7.0.0" }, "engines": { "node": ">=8.0.0", "npm": ">=5.7.1" }, "author": "CKSource (http://cksource.com/)", "license": "GPL-2.0-or-later", "homepage": "https://ckeditor.com/ckeditor-5", "bugs": "https://github.com/ckeditor/ckeditor5-indent/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5-indent.git" }, "files": [ "lang", "src", "theme" ], "scripts": { "lint": "eslint --quiet '**/*.js'" }, "lint-staged": { "**/*.js": [ "eslint --quiet" ] }, "eslintIgnore": [ "src/lib/**", "packages/**" ], "husky": { "hooks": { "pre-commit": "lint-staged" } } }