2015-02-13 05:22:32 +01:00
|
|
|
{
|
2016-05-24 14:06:59 +02:00
|
|
|
"name": "ghost-admin",
|
2018-01-23 17:26:10 +01:00
|
|
|
"version": "1.20.3",
|
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": {
|
|
|
|
"start": "ember server",
|
|
|
|
"build": "ember build",
|
2016-10-14 12:23:51 +02:00
|
|
|
"test": "ember test",
|
2018-01-05 16:38:23 +01:00
|
|
|
"lint:js": "eslint ./*.js app config lib mirage server tests",
|
2017-01-10 00:00:12 +01:00
|
|
|
"coverage": "cat ./coverage/lcov.info | coveralls"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-03-28 12:29:18 +02:00
|
|
|
"node": ">= 4"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-01 09:48:37 +01:00
|
|
|
"@html-next/vertical-collection": "1.0.0-beta.8",
|
2018-01-12 14:13:24 +01:00
|
|
|
"autoprefixer": "7.2.5",
|
2017-08-28 12:39:29 +02:00
|
|
|
"blueimp-md5": "2.10.0",
|
2017-10-12 17:42:10 +02:00
|
|
|
"bower": "1.8.2",
|
2017-08-18 05:58:50 +02:00
|
|
|
"broccoli-asset-rev": "2.6.0",
|
2017-03-03 18:19:12 +01:00
|
|
|
"broccoli-clean-css": "^2.0.1",
|
2017-02-27 10:50:13 +01:00
|
|
|
"broccoli-concat": "3.2.2",
|
2017-09-01 14:46:25 +02:00
|
|
|
"broccoli-funnel": "2.0.1",
|
2017-03-08 12:26:53 +01:00
|
|
|
"broccoli-merge-trees": "2.0.0",
|
2018-01-12 14:13:24 +01:00
|
|
|
"broccoli-uglify-sourcemap": "2.0.2",
|
2017-01-19 17:51:06 +01:00
|
|
|
"chai-jquery": "2.0.0",
|
2018-01-05 12:48:12 +01:00
|
|
|
"codemirror": "5.33.0",
|
2017-10-12 17:42:10 +02:00
|
|
|
"coveralls": "3.0.0",
|
2017-08-11 17:28:05 +02:00
|
|
|
"csscomb": "4.2.0",
|
2017-08-15 19:10:11 +02:00
|
|
|
"cssnano": "4.0.0-rc.2",
|
2017-11-03 23:59:39 +01:00
|
|
|
"ember-ajax": "3.0.0",
|
2017-10-31 10:10:49 +01:00
|
|
|
"ember-assign-helper": "0.1.2",
|
2018-01-29 12:06:25 +01:00
|
|
|
"ember-browserify": "1.2.1",
|
2018-01-03 15:37:28 +01:00
|
|
|
"ember-cli": "2.16.2",
|
2016-11-23 23:28:49 +01:00
|
|
|
"ember-cli-active-link-wrapper": "0.3.2",
|
2017-12-13 13:27:15 +01:00
|
|
|
"ember-cli-app-version": "3.1.3",
|
2018-01-04 15:18:32 +01:00
|
|
|
"ember-cli-babel": "6.11.0",
|
2017-10-12 17:42:10 +02:00
|
|
|
"ember-cli-chai": "0.4.3",
|
2017-10-31 12:51:18 +01:00
|
|
|
"ember-cli-code-coverage": "0.4.2",
|
2017-11-17 17:15:20 +01:00
|
|
|
"ember-cli-dependency-checker": "2.1.0",
|
2017-12-13 13:27:15 +01:00
|
|
|
"ember-cli-eslint": "4.2.3",
|
2017-07-31 11:38:46 +02:00
|
|
|
"ember-cli-htmlbars": "2.0.3",
|
2017-08-11 17:28:05 +02:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "1.0.2",
|
2017-07-31 11:38:46 +02:00
|
|
|
"ember-cli-inject-live-reload": "1.7.0",
|
2017-03-14 14:19:58 +01:00
|
|
|
"ember-cli-mirage": "0.2.8",
|
2017-08-11 17:28:05 +02:00
|
|
|
"ember-cli-mocha": "0.14.4",
|
2017-10-12 17:42:10 +02:00
|
|
|
"ember-cli-moment-shim": "3.5.0",
|
2017-03-30 21:51:50 +02:00
|
|
|
"ember-cli-node-assets": "0.2.2",
|
2018-01-29 12:06:25 +01:00
|
|
|
"ember-cli-postcss": "3.7.1",
|
2017-01-10 10:34:04 +01:00
|
|
|
"ember-cli-pretender": "1.0.1",
|
2017-11-22 14:31:33 +01:00
|
|
|
"ember-cli-shims": "1.2.0",
|
2018-01-29 12:54:24 +01:00
|
|
|
"ember-cli-string-helpers": "https://github.com/kevinansfield/ember-cli-string-helpers.git#9fda91b34a00e3365833527605b44399f36432d5",
|
2017-08-18 05:58:50 +02:00
|
|
|
"ember-cli-test-loader": "2.2.0",
|
2017-10-12 17:42:10 +02:00
|
|
|
"ember-cli-uglify": "2.0.0",
|
2018-01-12 14:13:24 +01:00
|
|
|
"ember-composable-helpers": "2.1.0",
|
2018-01-29 12:06:25 +01:00
|
|
|
"ember-concurrency": "0.8.14",
|
2018-01-04 15:18:32 +01:00
|
|
|
"ember-data": "2.18.0",
|
2015-09-03 13:06:50 +02:00
|
|
|
"ember-data-filter": "1.13.0",
|
2017-12-13 13:27:15 +01:00
|
|
|
"ember-drag-drop": "0.4.7",
|
2017-05-18 10:01:30 +02:00
|
|
|
"ember-element-resize-detector": "0.1.5",
|
2017-03-29 00:43:31 +02:00
|
|
|
"ember-export-application-global": "2.0.0",
|
2018-01-04 15:18:32 +01:00
|
|
|
"ember-fetch": "3.4.4",
|
2017-08-02 09:05:59 +02:00
|
|
|
"ember-in-viewport": "2.1.1",
|
2017-01-25 21:05:28 +01:00
|
|
|
"ember-infinity": "0.2.8",
|
2017-04-14 17:08:46 +02:00
|
|
|
"ember-inline-svg": "0.1.11",
|
2017-10-31 12:51:18 +01:00
|
|
|
"ember-invoke-action": "1.5.0",
|
2017-05-10 01:15:04 +02:00
|
|
|
"ember-light-table": "1.8.6",
|
2017-08-11 17:28:05 +02:00
|
|
|
"ember-load": "0.0.12",
|
2017-03-29 00:43:31 +02:00
|
|
|
"ember-load-initializers": "1.0.0",
|
2017-12-13 13:27:15 +01:00
|
|
|
"ember-native-dom-helpers": "0.6.0",
|
2017-10-31 12:51:18 +01:00
|
|
|
"ember-one-way-controls": "3.0.1",
|
2017-08-18 05:58:50 +02:00
|
|
|
"ember-power-datepicker": "0.4.0",
|
2017-12-13 13:27:15 +01:00
|
|
|
"ember-power-select": "1.10.4",
|
2017-09-01 14:46:25 +02:00
|
|
|
"ember-resolver": "4.5.0",
|
2017-10-12 17:42:10 +02:00
|
|
|
"ember-responsive": "2.0.5",
|
2017-08-28 12:39:29 +02:00
|
|
|
"ember-route-action-helper": "2.0.6",
|
2017-12-27 17:19:48 +01:00
|
|
|
"ember-simple-auth": "1.4.2",
|
2017-10-12 17:42:10 +02:00
|
|
|
"ember-sinon": "1.0.1",
|
2018-01-04 15:18:32 +01:00
|
|
|
"ember-source": "2.18.0",
|
2017-11-17 17:15:20 +01:00
|
|
|
"ember-test-selectors": "0.3.8",
|
2017-10-31 10:10:49 +01:00
|
|
|
"ember-truth-helpers": "2.0.0",
|
2017-12-13 13:27:15 +01:00
|
|
|
"ember-wormhole": "0.5.4",
|
2018-01-04 15:18:32 +01:00
|
|
|
"emberx-file-input": "1.2.1",
|
2018-01-24 21:26:39 +01:00
|
|
|
"eslint": "4.16.0",
|
|
|
|
"eslint-plugin-ghost": "0.0.23",
|
2017-12-13 13:27:15 +01:00
|
|
|
"fs-extra": "4.0.3",
|
2017-08-11 17:28:05 +02:00
|
|
|
"glob": "7.1.2",
|
2016-05-24 14:07:31 +02:00
|
|
|
"grunt": "1.0.1",
|
2017-03-14 14:19:58 +01:00
|
|
|
"grunt-shell": "2.1.0",
|
2017-01-04 14:32:47 +01:00
|
|
|
"jquery-deparam": "0.5.3",
|
2017-11-17 17:15:20 +01:00
|
|
|
"liquid-fire": "0.29.1",
|
2017-11-09 14:39:34 +01:00
|
|
|
"liquid-tether": "2.0.6",
|
2017-10-31 12:51:18 +01:00
|
|
|
"liquid-wormhole": "2.1.1",
|
2017-08-11 17:28:05 +02:00
|
|
|
"loader.js": "4.6.0",
|
2017-08-28 12:39:29 +02:00
|
|
|
"markdown-it": "8.4.0",
|
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-01-18 16:36:01 +01:00
|
|
|
"mobiledoc-kit": "0.10.20",
|
2017-10-12 17:42:10 +02:00
|
|
|
"password-generator": "2.2.0",
|
2017-11-09 14:39:34 +01:00
|
|
|
"postcss-color-function": "4.0.1",
|
2017-10-12 17:42:10 +02:00
|
|
|
"postcss-custom-properties": "6.2.0",
|
|
|
|
"postcss-easy-import": "3.0.0",
|
2017-05-11 15:16:31 +02:00
|
|
|
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
|
2018-01-29 12:06:25 +01:00
|
|
|
"testem": "2.0.0",
|
2016-06-28 19:36:00 +02:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2017-08-11 17:28:05 +02:00
|
|
|
"walk-sync": "0.3.2"
|
2015-02-13 05:22:32 +01:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
2018-01-18 16:36:01 +01:00
|
|
|
"lib/asset-delivery",
|
|
|
|
"lib/gh-koenig"
|
2015-02-13 05:22:32 +01:00
|
|
|
]
|
|
|
|
}
|
2015-02-14 05:03:16 +01:00
|
|
|
}
|