Ghost/ghost/admin/lib/koenig-editor/package.json
Rishabh Garg bf6c446f72 Updated to use count words/images helper from SDK (#1159)
refs https://github.com/TryGhost/Ghost/issues/10618

- Updated use of `countWords`, `countImages` and `stripTags` helper from Ghost SDK
- Removed existing local utils copy
2019-04-16 12:50:59 +05:30

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"
}
}