2015-02-13 05:22:32 +01:00
|
|
|
{
|
2016-05-24 14:06:59 +02:00
|
|
|
"name": "ghost-admin",
|
2019-04-23 11:34:46 +02:00
|
|
|
"version": "2.21.0",
|
2016-05-24 14:06:59 +02:00
|
|
|
"description": "Ember.js admin client for Ghost",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"homepage": "http://ghost.org",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/TryGhost/Ghost-Admin.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
|
|
|
"contributors": "https://github.com/TryGhost/Ghost-Admin/graphs/contributors",
|
|
|
|
"license": "MIT",
|
2015-02-13 05:22:32 +01:00
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-02-28 18:31:43 +01:00
|
|
|
"start": "ember serve",
|
2015-02-13 05:22:32 +01:00
|
|
|
"build": "ember build",
|
2019-03-11 19:16:01 +01:00
|
|
|
"test": "ember exam --split 2 --parallel",
|
2019-01-02 10:58:55 +01:00
|
|
|
"lint:js": "eslint .",
|
2019-03-11 19:16:01 +01:00
|
|
|
"coverage": "ember coverage-merge && cat ./coverage/lcov.info | coveralls"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-30 16:13:37 +02:00
|
|
|
"node": ">= 6"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-05 18:34:00 +01:00
|
|
|
"@ember/jquery": "0.6.0",
|
2019-01-08 15:39:37 +01:00
|
|
|
"@ember/optional-features": "0.7.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"@html-next/vertical-collection": "1.0.0-beta.13",
|
2019-04-22 02:34:56 +02:00
|
|
|
"@tryghost/helpers": "1.1.2",
|
2019-03-05 18:34:00 +01:00
|
|
|
"@tryghost/mobiledoc-kit": "0.11.1-ghost.7",
|
2019-04-22 02:35:15 +02:00
|
|
|
"@tryghost/timezone-data": "0.2.1",
|
2019-04-08 02:30:18 +02:00
|
|
|
"autoprefixer": "9.5.1",
|
2017-08-28 12:39:29 +02:00
|
|
|
"blueimp-md5": "2.10.0",
|
2019-01-08 13:36:16 +01:00
|
|
|
"broccoli-asset-rev": "3.0.0",
|
2019-01-02 10:58:55 +01:00
|
|
|
"broccoli-concat": "3.7.3",
|
2019-03-05 18:34:00 +01:00
|
|
|
"broccoli-funnel": "2.0.2",
|
2019-01-08 13:36:16 +01:00
|
|
|
"broccoli-merge-trees": "3.0.2",
|
2019-04-22 02:35:48 +02:00
|
|
|
"broccoli-uglify-sourcemap": "3.1.1",
|
2019-01-02 10:58:55 +01:00
|
|
|
"chai-dom": "1.8.1",
|
2019-04-01 11:44:39 +02:00
|
|
|
"codemirror": "5.45.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"coveralls": "3.0.3",
|
2019-04-22 09:34:52 +02:00
|
|
|
"csscomb": "4.3.0",
|
2019-02-24 05:19:06 +01:00
|
|
|
"cssnano": "4.1.10",
|
2019-03-13 15:13:22 +01:00
|
|
|
"element-resize-detector": "1.1.15",
|
2019-03-07 18:24:35 +01:00
|
|
|
"ember-ajax": "5.0.0",
|
2019-01-08 15:39:37 +01:00
|
|
|
"ember-assign-helper": "0.2.0",
|
2019-04-24 07:23:03 +02:00
|
|
|
"ember-auto-import": "1.3.0",
|
2019-04-09 15:21:48 +02:00
|
|
|
"ember-cli": "3.9.0",
|
2018-04-30 15:25:12 +02:00
|
|
|
"ember-cli-app-version": "3.2.0",
|
2019-04-02 12:28:39 +02:00
|
|
|
"ember-cli-babel": "7.7.3",
|
2018-03-26 12:41:45 +02:00
|
|
|
"ember-cli-chai": "0.5.0",
|
2017-10-31 12:51:18 +01:00
|
|
|
"ember-cli-code-coverage": "0.4.2",
|
2019-01-08 15:39:37 +01:00
|
|
|
"ember-cli-dependency-checker": "3.1.0",
|
2019-04-02 11:53:20 +02:00
|
|
|
"ember-cli-deprecation-workflow": "1.0.1",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-cli-eslint": "5.1.0",
|
2019-01-02 10:58:55 +01:00
|
|
|
"ember-cli-htmlbars": "3.0.1",
|
2019-01-10 15:15:37 +01:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "2.1.0",
|
|
|
|
"ember-cli-inject-live-reload": "2.0.1",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-cli-mirage": "0.4.15",
|
2018-04-30 15:25:12 +02:00
|
|
|
"ember-cli-moment-shim": "3.7.1",
|
2017-03-30 21:51:50 +02:00
|
|
|
"ember-cli-node-assets": "0.2.2",
|
2019-02-24 05:19:06 +01:00
|
|
|
"ember-cli-postcss": "4.2.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-cli-pretender": "3.1.1",
|
2017-11-22 14:31:33 +01:00
|
|
|
"ember-cli-shims": "1.2.0",
|
2019-01-10 15:15:37 +01:00
|
|
|
"ember-cli-string-helpers": "2.0.0",
|
2017-08-18 05:58:50 +02:00
|
|
|
"ember-cli-test-loader": "2.2.0",
|
2019-04-15 10:28:22 +02:00
|
|
|
"ember-cli-uglify": "3.0.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-composable-helpers": "2.2.0",
|
2019-04-15 10:22:58 +02:00
|
|
|
"ember-concurrency": "0.10.0",
|
2019-04-22 02:35:33 +02:00
|
|
|
"ember-data": "3.9.1",
|
2018-05-01 10:23:33 +02:00
|
|
|
"ember-drag-drop": "0.4.8",
|
2019-04-15 10:24:01 +02:00
|
|
|
"ember-exam": "2.1.5",
|
2017-03-29 00:43:31 +02:00
|
|
|
"ember-export-application-global": "2.0.0",
|
2019-04-22 02:35:48 +02:00
|
|
|
"ember-fetch": "6.5.1",
|
2019-04-02 12:28:39 +02:00
|
|
|
"ember-in-viewport": "3.3.0",
|
2019-04-29 04:36:09 +02:00
|
|
|
"ember-infinity": "1.4.4",
|
2019-03-15 19:06:16 +01:00
|
|
|
"ember-light-table": "https://github.com/kevinansfield/ember-light-table#bump-ember-in-viewport",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-load": "0.0.17",
|
2019-01-10 15:15:37 +01:00
|
|
|
"ember-load-initializers": "2.0.0",
|
2019-01-02 10:58:55 +01:00
|
|
|
"ember-mocha": "0.14.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-moment": "7.8.1",
|
2018-02-28 12:44:03 +01:00
|
|
|
"ember-one-way-select": "4.0.0",
|
2019-04-22 02:35:48 +02:00
|
|
|
"ember-power-calendar-moment": "0.1.7",
|
2019-04-24 07:23:03 +02:00
|
|
|
"ember-power-datepicker": "0.6.0",
|
2019-04-15 02:35:54 +02:00
|
|
|
"ember-power-select": "2.3.1",
|
2019-03-05 18:34:00 +01:00
|
|
|
"ember-resolver": "5.1.3",
|
2019-03-13 15:11:20 +01:00
|
|
|
"ember-route-action-helper": "2.0.7",
|
|
|
|
"ember-simple-auth": "1.8.2",
|
2019-01-10 15:15:37 +01:00
|
|
|
"ember-sinon": "3.1.0",
|
2019-04-15 02:36:13 +02:00
|
|
|
"ember-source": "3.9.1",
|
2019-01-02 10:58:55 +01:00
|
|
|
"ember-sticky-element": "0.2.3",
|
|
|
|
"ember-svg-jar": "1.2.2",
|
2019-03-18 15:24:58 +01:00
|
|
|
"ember-test-selectors": "2.1.0",
|
2018-08-29 19:17:49 +02:00
|
|
|
"ember-truth-helpers": "2.1.0",
|
2019-04-22 02:35:48 +02:00
|
|
|
"ember-useragent": "0.9.1",
|
2018-01-04 15:18:32 +01:00
|
|
|
"emberx-file-input": "1.2.1",
|
2019-04-01 11:45:00 +02:00
|
|
|
"eslint": "5.16.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"eslint-plugin-ghost": "0.2.0",
|
|
|
|
"fs-extra": "7.0.1",
|
2019-01-08 13:36:16 +01:00
|
|
|
"glob": "7.1.3",
|
2018-03-19 18:56:09 +01:00
|
|
|
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
|
2019-03-25 01:35:52 +01:00
|
|
|
"grunt": "1.0.4",
|
2019-01-10 15:15:37 +01:00
|
|
|
"grunt-shell": "3.0.1",
|
2018-04-09 14:41:23 +02:00
|
|
|
"keymaster": "https://github.com/madrobby/keymaster.git",
|
2019-01-08 15:39:37 +01:00
|
|
|
"liquid-fire": "0.29.5",
|
2018-04-23 12:53:42 +02:00
|
|
|
"liquid-tether": "2.0.7",
|
2018-07-02 15:32:00 +02:00
|
|
|
"liquid-wormhole": "2.1.5",
|
2018-04-23 12:53:42 +02:00
|
|
|
"loader.js": "4.7.0",
|
2019-01-08 13:36:16 +01:00
|
|
|
"markdown-it": "8.4.2",
|
2017-05-15 18:51:19 +02:00
|
|
|
"markdown-it-footnote": "3.0.1",
|
|
|
|
"markdown-it-lazy-headers": "0.1.3",
|
|
|
|
"markdown-it-mark": "2.0.0",
|
2017-08-28 12:39:29 +02:00
|
|
|
"matchdep": "2.0.0",
|
2018-03-19 18:56:09 +01:00
|
|
|
"normalize.css": "3.0.3",
|
2017-10-12 17:42:10 +02:00
|
|
|
"password-generator": "2.2.0",
|
2019-02-24 05:19:06 +01:00
|
|
|
"postcss-color-mod-function": "3.0.3",
|
2019-04-01 02:41:42 +02:00
|
|
|
"postcss-custom-media": "7.0.8",
|
2019-04-08 02:30:18 +02:00
|
|
|
"postcss-custom-properties": "8.0.10",
|
2019-02-24 05:19:06 +01:00
|
|
|
"postcss-easy-import": "3.0.0",
|
2019-01-08 13:36:16 +01:00
|
|
|
"reframe.js": "2.2.5",
|
2017-05-11 15:16:31 +02:00
|
|
|
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
|
2019-04-15 10:24:01 +02:00
|
|
|
"testem": "2.15.1",
|
2016-06-28 19:36:00 +02:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2018-03-19 18:56:09 +01:00
|
|
|
"validator": "7.2.0",
|
2019-03-05 18:34:00 +01:00
|
|
|
"walk-sync": "1.1.3"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
2018-01-18 16:36:01 +01:00
|
|
|
"lib/asset-delivery",
|
2018-01-30 11:01:07 +01:00
|
|
|
"lib/koenig-editor"
|
2015-02-13 05:22:32 +01:00
|
|
|
]
|
2019-03-15 19:06:16 +01:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2019-04-02 12:28:39 +02:00
|
|
|
"ember-in-viewport": "3.3.0"
|
2015-02-13 05:22:32 +01:00
|
|
|
}
|
2015-02-14 05:03:16 +01:00
|
|
|
}
|