kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.6 KiB
59 lines
1.6 KiB
7 years ago
|
{
|
||
|
"name": "@ckeditor/ckeditor5-block-quote",
|
||
|
"version": "1.0.0-alpha.1",
|
||
|
"description": "Block quote feature for CKEditor 5.",
|
||
|
"keywords": [
|
||
|
"ckeditor5",
|
||
|
"ckeditor5-feature"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@ckeditor/ckeditor5-core": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-engine": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-ui": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-utils": "^1.0.0-alpha.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-enter": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-essentials": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-image": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-list": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.1",
|
||
|
"@ckeditor/ckeditor5-typing": "^1.0.0-alpha.1",
|
||
|
"eslint": "^4.8.0",
|
||
|
"eslint-config-ckeditor5": "^1.0.6",
|
||
|
"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-block-quote/issues",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ckeditor/ckeditor5-block-quote.git"
|
||
|
},
|
||
|
"files": [
|
||
|
"lang",
|
||
|
"src",
|
||
|
"theme"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"lint": "eslint --quiet '**/*.js'",
|
||
|
"precommit": "lint-staged"
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"**/*.js": [
|
||
|
"eslint --quiet"
|
||
|
]
|
||
|
},
|
||
|
"eslintIgnore": [
|
||
|
"src/lib/**",
|
||
|
"packages/**"
|
||
|
]
|
||
|
}
|