{ "name": "ckeditor5-math", "version": "19.0.0", "description": "Math feature for CKEditor 5.", "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "ckeditor5-feature", "ckeditor5-plugin" ], "dependencies": { "@ckeditor/ckeditor5-clipboard": "^19.0.0", "@ckeditor/ckeditor5-core": "^19.0.0", "@ckeditor/ckeditor5-engine": "^19.0.0", "@ckeditor/ckeditor5-ui": "^19.0.0", "@ckeditor/ckeditor5-undo": "^19.0.0", "@ckeditor/ckeditor5-utils": "^19.0.0", "@ckeditor/ckeditor5-widget": "^19.0.0" }, "devDependencies": { "@ckeditor/ckeditor5-dev-tests": "^19.0.0", "@ckeditor/ckeditor5-editor-inline": "^19.0.0", "@ckeditor/ckeditor5-essentials": "^19.0.0", "@ckeditor/ckeditor5-paragraph": "^19.0.0", "eslint": "^5.5.0", "eslint-config-ckeditor5": "^2.0.0", "husky": "^1.3.1", "lint-staged": "^7.0.0", "stylelint": "^11.1.1", "stylelint-config-ckeditor5": "^1.0.0" }, "engines": { "node": ">=8.0.0", "npm": ">=5.7.1" }, "author": "Sauli Anto", "license": "ISC", "bugs": "https://github.com/isaul32/ckeditor5-math/issues", "repository": { "type": "git", "url": "https://github.com/isaul32/ckeditor5-math.git" }, "files": [ "lang", "src", "theme" ], "scripts": { "lint": "eslint --quiet **/*.js", "lint:fix": "eslint --quiet **/*.js --fix", "stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'", "test": "node node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js" }, "lint-staged": { "**/*.js": [ "eslint --quiet" ], "**/*.css": [ "stylelint --quiet --allow-empty-input" ] }, "eslintIgnore": [ "src/lib/**", "packages/**" ], "husky": { "hooks": { "pre-commit": "lint-staged" } } }