mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
bf6c446f72
refs https://github.com/TryGhost/Ghost/issues/10618 - Updated use of `countWords`, `countImages` and `stripTags` helper from Ghost SDK - Removed existing local utils copy
20 lines
474 B
JSON
20 lines
474 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": {
|
|
"ember-cli-babel": "^7.5.0",
|
|
"ember-cli-htmlbars": "^3.0.1",
|
|
"@tryghost/helpers": "^1.1.1",
|
|
"ember-auto-import": "^1.2.21"
|
|
}
|
|
}
|