Ghost/ghost/admin/lib/koenig-editor/package.json
Kevin Ansfield 70bec996fe Use extracted @tryghost/kg-parser-plugins package
no issue

- `@tryghost/kg-parser-plugins` contains the parser plugins used by the editor and was extracted so that they can be used in server-side html-to-mobiledoc conversion
2019-05-03 10:45:08 +01:00

22 lines
556 B
JSON

{
"name": "koenig-editor",
"version": "0.0.1",
"description": "A mobiledoc-kit based editor for Ghost.",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",
"bugs": "https://github.com/TryGhost/Ghost/issues",
"license": "MIT",
"private": true,
"keywords": [
"ember-addon"
],
"dependencies": {
"@tryghost/helpers": "^1.1.1",
"@tryghost/kg-clean-basic-html": "*",
"@tryghost/kg-parser-plugins": "*",
"ember-auto-import": "^1.2.21",
"ember-cli-babel": "^7.5.0",
"ember-cli-htmlbars": "^3.0.1"
}
}