{
	"name": "ckeditor5-build-inline-alignment",
	"version": "0.2.7",
	"description": "The inline editor build of CKEditor 5 – the best browser-based rich text editor.",
	"keywords": [
		"ckeditor5-build",
		"ckeditor",
		"ckeditor5",
		"ckeditor 5",
		"wysiwyg",
		"rich text",
		"editor",
		"html",
		"contentEditable",
		"editing",
		"ot",
		"collaboration",
		"real-time",
		"framework",
		"ckeditor5-feature",
		"ckeditor5-plugin",
		"ckeditor5-iswordcount",
		"ckeditor5-alignment"
	],
	"main": "./build/ckeditor.js",
	"files": [
		"build"
	],
	"devDependencies": {
		"@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.1",
		"@ckeditor/ckeditor5-autoformat": "^11.0.1",
		"@ckeditor/ckeditor5-basic-styles": "^11.1.0",
		"@ckeditor/ckeditor5-block-quote": "^11.0.1",
		"@ckeditor/ckeditor5-ckfinder": "^11.0.1",
		"@ckeditor/ckeditor5-core": "^12.1.0",
		"@ckeditor/ckeditor5-dev-utils": "^12.0.0",
		"@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.0",
		"@ckeditor/ckeditor5-easy-image": "^11.0.1",
		"@ckeditor/ckeditor5-editor-inline": "^12.1.0",
		"@ckeditor/ckeditor5-essentials": "^11.0.1",
		"@ckeditor/ckeditor5-font": "^11.1.1",
		"@ckeditor/ckeditor5-heading": "^11.0.1",
		"@ckeditor/ckeditor5-image": "^13.0.1",
		"@ckeditor/ckeditor5-link": "^11.0.1",
		"@ckeditor/ckeditor5-list": "^12.0.1",
		"@ckeditor/ckeditor5-media-embed": "^11.1.0",
		"@ckeditor/ckeditor5-paragraph": "^11.0.1",
		"@ckeditor/ckeditor5-paste-from-office": "^11.0.1",
		"@ckeditor/ckeditor5-table": "^12.0.1",
		"@ckeditor/ckeditor5-theme-lark": "^13.0.1",
		"eslint": "^5.5.0",
		"eslint-config-ckeditor5": "^1.0.11",
		"husky": "^1.3.1",
		"lint-staged": "^7.0.0",
		"postcss-loader": "^3.0.0",
		"raw-loader": "^1.0.0",
		"style-loader": "^0.23.0",
		"uglifyjs-webpack-plugin": "^1.2.7",
		"webpack": "^4.15.0",
		"webpack-cli": "^3.0.8"
	},
	"engines": {
		"node": ">=8.0.0",
		"npm": ">=5.7.1"
	},
	"author": "",
	"license": "ISC",
	"homepage": "https://ckeditor.com/ckeditor-5",
	"bugs": {
		"url": "https://github.com/isatria/ckeditor5-build-inline-alignment/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/isatria/ckeditor5-build-inline-alignment.git"
	},
	"scripts": {
		"build": "webpack --mode production",
		"lint": "eslint --quiet '**/*.js'",
		"preversion": "npm run build; if [ -n \"$(git status src/ckeditor.js build/ --porcelain)\" ]; then git add -u src/ckeditor.js build/ && git commit -m 'Internal: Build.'; fi"
	},
	"lint-staged": {
		"**/*.js": [
			"eslint --quiet"
		]
	},
	"eslintIgnore": [
		"build/**",
		"packages/**"
	],
	"husky": {
		"hooks": {
			"pre-commit": "lint-staged"
		}
	},
	"dependencies": {
		"@ckeditor/ckeditor5-alignment": "^11.1.0",
		"ckeditor5-iswordcount": "^0.0.6"
	},
	"directories": {
		"test": "tests"
	}
}
