2018-01-30 13:01:07 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2019-04-16 10:20:59 +03:00
|
|
|
"@tryghost/helpers": "^1.1.1",
|
2019-05-02 19:14:00 +03:00
|
|
|
"@tryghost/kg-clean-basic-html": "*",
|
2019-05-03 12:45:08 +03:00
|
|
|
"@tryghost/kg-parser-plugins": "*",
|
2019-05-02 19:14:00 +03:00
|
|
|
"ember-auto-import": "^1.2.21",
|
|
|
|
"ember-cli-babel": "^7.5.0",
|
2019-10-14 11:51:40 +03:00
|
|
|
"ember-cli-htmlbars": "^4.0.5"
|
2018-01-30 13:01:07 +03:00
|
|
|
}
|
|
|
|
}
|