2015-02-13 07:22:32 +03:00
|
|
|
{
|
2016-05-24 15:06:59 +03:00
|
|
|
"name": "ghost-admin",
|
2018-05-29 18:14:04 +03:00
|
|
|
"version": "1.23.1",
|
2016-05-24 15:06:59 +03: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 07:22:32 +03:00
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-02-28 20:31:43 +03:00
|
|
|
"start": "ember serve",
|
2015-02-13 07:22:32 +03:00
|
|
|
"build": "ember build",
|
2016-10-14 13:23:51 +03:00
|
|
|
"test": "ember test",
|
2018-01-05 18:38:23 +03:00
|
|
|
"lint:js": "eslint ./*.js app config lib mirage server tests",
|
2017-01-10 02:00:12 +03:00
|
|
|
"coverage": "cat ./coverage/lcov.info | coveralls"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-30 17:13:37 +03:00
|
|
|
"node": ">= 6"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-01 12:57:20 +03:00
|
|
|
"@ember/optional-features": "0.5.2",
|
2017-11-01 11:48:37 +03:00
|
|
|
"@html-next/vertical-collection": "1.0.0-beta.8",
|
2017-08-28 13:39:29 +03:00
|
|
|
"blueimp-md5": "2.10.0",
|
2018-04-23 13:53:42 +03:00
|
|
|
"broccoli-asset-rev": "2.7.0",
|
2017-03-03 20:19:12 +03:00
|
|
|
"broccoli-clean-css": "^2.0.1",
|
2017-02-27 12:50:13 +03:00
|
|
|
"broccoli-concat": "3.2.2",
|
2017-09-01 15:46:25 +03:00
|
|
|
"broccoli-funnel": "2.0.1",
|
2018-03-19 13:59:53 +03:00
|
|
|
"broccoli-merge-trees": "3.0.0",
|
2018-04-23 13:53:42 +03:00
|
|
|
"broccoli-uglify-sourcemap": "2.1.1",
|
2017-01-19 19:51:06 +03:00
|
|
|
"chai-jquery": "2.0.0",
|
2018-04-23 13:53:42 +03:00
|
|
|
"codemirror": "5.37.0",
|
2018-05-08 12:46:00 +03:00
|
|
|
"coveralls": "3.0.1",
|
2017-08-11 18:28:05 +03:00
|
|
|
"csscomb": "4.2.0",
|
2018-05-01 12:29:57 +03:00
|
|
|
"current-device": "0.7.2",
|
2018-03-19 13:29:01 +03:00
|
|
|
"deparam": "1.0.5",
|
2018-04-30 19:03:29 +03:00
|
|
|
"element-resize-detector": "^1.1.14",
|
2018-03-19 13:59:53 +03:00
|
|
|
"ember-ajax": "3.1.0",
|
2017-10-31 12:10:49 +03:00
|
|
|
"ember-assign-helper": "0.1.2",
|
2018-03-26 13:41:45 +03:00
|
|
|
"ember-browserify": "1.2.2",
|
2018-05-08 12:46:00 +03:00
|
|
|
"ember-cli": "3.1.4",
|
2018-04-30 16:25:12 +03:00
|
|
|
"ember-cli-app-version": "3.2.0",
|
2018-02-28 16:08:26 +03:00
|
|
|
"ember-cli-babel": "6.12.0",
|
2018-03-26 13:41:45 +03:00
|
|
|
"ember-cli-chai": "0.5.0",
|
2018-04-30 16:25:12 +03:00
|
|
|
"ember-cli-cjs-transform": "1.2.0",
|
2017-10-31 14:51:18 +03:00
|
|
|
"ember-cli-code-coverage": "0.4.2",
|
2017-11-17 19:15:20 +03:00
|
|
|
"ember-cli-dependency-checker": "2.1.0",
|
2017-12-13 15:27:15 +03:00
|
|
|
"ember-cli-eslint": "4.2.3",
|
2018-05-08 12:23:54 +03:00
|
|
|
"ember-cli-ghost-spirit": "0.0.4",
|
2017-07-31 12:38:46 +03:00
|
|
|
"ember-cli-htmlbars": "2.0.3",
|
2017-08-11 18:28:05 +03:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "1.0.2",
|
2017-07-31 12:38:46 +03:00
|
|
|
"ember-cli-inject-live-reload": "1.7.0",
|
2018-05-14 15:56:09 +03:00
|
|
|
"ember-cli-mirage": "0.4.7",
|
2018-02-06 11:38:42 +03:00
|
|
|
"ember-cli-mocha": "^0.15.0",
|
2018-04-30 16:25:12 +03:00
|
|
|
"ember-cli-moment-shim": "3.7.1",
|
2017-03-30 22:51:50 +03:00
|
|
|
"ember-cli-node-assets": "0.2.2",
|
2018-05-14 15:56:09 +03:00
|
|
|
"ember-cli-postcss": "4.0.0",
|
2017-01-10 12:34:04 +03:00
|
|
|
"ember-cli-pretender": "1.0.1",
|
2017-11-22 16:31:33 +03:00
|
|
|
"ember-cli-shims": "1.2.0",
|
2018-04-30 16:25:12 +03:00
|
|
|
"ember-cli-string-helpers": "1.8.1",
|
2017-08-18 06:58:50 +03:00
|
|
|
"ember-cli-test-loader": "2.2.0",
|
2018-04-23 13:53:42 +03:00
|
|
|
"ember-cli-uglify": "2.1.0",
|
2018-01-12 16:13:24 +03:00
|
|
|
"ember-composable-helpers": "2.1.0",
|
2018-05-08 12:46:00 +03:00
|
|
|
"ember-concurrency": "0.8.19",
|
2018-04-23 13:53:42 +03:00
|
|
|
"ember-data": "3.1.1",
|
2018-05-01 11:23:33 +03:00
|
|
|
"ember-drag-drop": "0.4.8",
|
2017-03-29 01:43:31 +03:00
|
|
|
"ember-export-application-global": "2.0.0",
|
2018-04-23 13:53:42 +03:00
|
|
|
"ember-fetch": "3.4.5",
|
2018-05-10 19:10:33 +03:00
|
|
|
"ember-in-viewport": "3.0.3",
|
2018-05-14 15:56:09 +03:00
|
|
|
"ember-infinity": "1.0.0-beta.6",
|
2018-03-20 12:57:30 +03:00
|
|
|
"ember-light-table": "1.12.2",
|
2017-08-11 18:28:05 +03:00
|
|
|
"ember-load": "0.0.12",
|
2018-04-23 13:53:42 +03:00
|
|
|
"ember-load-initializers": "1.1.0",
|
2018-02-28 16:08:26 +03:00
|
|
|
"ember-native-dom-helpers": "0.6.2",
|
2018-02-28 14:44:03 +03:00
|
|
|
"ember-one-way-select": "4.0.0",
|
2018-05-01 15:13:25 +03:00
|
|
|
"ember-power-datepicker": "0.4.0",
|
|
|
|
"ember-power-select": "1.10.4",
|
2018-03-26 13:41:45 +03:00
|
|
|
"ember-resolver": "4.5.5",
|
2017-10-12 18:42:10 +03:00
|
|
|
"ember-responsive": "2.0.5",
|
2017-08-28 13:39:29 +03:00
|
|
|
"ember-route-action-helper": "2.0.6",
|
2018-04-23 13:53:42 +03:00
|
|
|
"ember-simple-auth": "1.6.0",
|
2018-03-19 13:59:53 +03:00
|
|
|
"ember-sinon": "2.1.0",
|
2018-05-08 12:46:00 +03:00
|
|
|
"ember-source": "3.1.2",
|
2018-05-10 19:10:33 +03:00
|
|
|
"ember-sticky-element": "0.2.2",
|
2018-04-23 13:53:42 +03:00
|
|
|
"ember-svg-jar": "1.1.1",
|
2018-04-30 16:25:12 +03:00
|
|
|
"ember-test-selectors": "1.0.0",
|
2017-10-31 12:10:49 +03:00
|
|
|
"ember-truth-helpers": "2.0.0",
|
2017-12-13 15:27:15 +03:00
|
|
|
"ember-wormhole": "0.5.4",
|
2018-01-04 17:18:32 +03:00
|
|
|
"emberx-file-input": "1.2.1",
|
2018-03-26 13:41:45 +03:00
|
|
|
"eslint": "4.19.1",
|
2018-04-23 11:33:58 +03:00
|
|
|
"eslint-plugin-ghost": "0.0.24",
|
2017-12-13 15:27:15 +03:00
|
|
|
"fs-extra": "4.0.3",
|
2018-05-17 13:43:21 +03:00
|
|
|
"ghost-spirit": "0.0.19",
|
2017-08-11 18:28:05 +03:00
|
|
|
"glob": "7.1.2",
|
2018-03-19 20:56:09 +03:00
|
|
|
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
|
2018-02-19 19:24:49 +03:00
|
|
|
"grunt": "1.0.2",
|
2017-03-14 16:19:58 +03:00
|
|
|
"grunt-shell": "2.1.0",
|
2018-04-09 15:41:23 +03:00
|
|
|
"keymaster": "https://github.com/madrobby/keymaster.git",
|
2018-02-19 19:24:49 +03:00
|
|
|
"liquid-fire": "0.29.2",
|
2018-04-23 13:53:42 +03:00
|
|
|
"liquid-tether": "2.0.7",
|
|
|
|
"liquid-wormhole": "2.1.4",
|
|
|
|
"loader.js": "4.7.0",
|
2018-02-19 19:24:49 +03:00
|
|
|
"markdown-it": "8.4.1",
|
2017-05-15 19:51:19 +03:00
|
|
|
"markdown-it-footnote": "3.0.1",
|
|
|
|
"markdown-it-lazy-headers": "0.1.3",
|
|
|
|
"markdown-it-mark": "2.0.0",
|
2017-08-28 13:39:29 +03:00
|
|
|
"matchdep": "2.0.0",
|
2018-03-14 13:16:27 +03:00
|
|
|
"mobiledoc-kit": "0.10.21",
|
2018-03-19 20:56:09 +03:00
|
|
|
"normalize.css": "3.0.3",
|
2017-10-12 18:42:10 +03:00
|
|
|
"password-generator": "2.2.0",
|
2017-05-11 16:16:31 +03:00
|
|
|
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
|
2018-04-30 16:25:12 +03:00
|
|
|
"testem": "2.4.0",
|
2016-06-28 20:36:00 +03:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2018-03-19 20:56:09 +03:00
|
|
|
"validator": "7.2.0",
|
2017-08-11 18:28:05 +03:00
|
|
|
"walk-sync": "0.3.2"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
2018-01-18 18:36:01 +03:00
|
|
|
"lib/asset-delivery",
|
2018-01-30 13:01:07 +03:00
|
|
|
"lib/koenig-editor"
|
2015-02-13 07:22:32 +03:00
|
|
|
]
|
|
|
|
}
|
2015-02-14 07:03:16 +03:00
|
|
|
}
|