2015-02-13 07:22:32 +03:00
|
|
|
{
|
2016-05-24 15:06:59 +03:00
|
|
|
"name": "ghost-admin",
|
2016-10-03 21:19:21 +03:00
|
|
|
"version": "1.0.0-alpha.3",
|
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": {
|
|
|
|
"start": "ember server",
|
|
|
|
"build": "ember build",
|
|
|
|
"test": "ember test"
|
|
|
|
},
|
|
|
|
"engines": {
|
2016-07-15 14:12:17 +03:00
|
|
|
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-09-20 09:43:42 +03:00
|
|
|
"bluebird": "3.4.6",
|
2016-09-14 18:12:29 +03:00
|
|
|
"blueimp-md5": "2.3.1",
|
2016-06-26 17:00:51 +03:00
|
|
|
"bower": "1.7.9",
|
2016-08-10 19:14:25 +03:00
|
|
|
"broccoli-asset-rev": "2.4.6",
|
2016-07-05 19:30:14 +03:00
|
|
|
"broccoli-clean-css": "1.1.0",
|
2016-10-05 21:35:36 +03:00
|
|
|
"broccoli-concat": "3.0.4",
|
2016-08-10 20:44:49 +03:00
|
|
|
"broccoli-merge-trees": "1.1.4",
|
2016-07-05 19:30:14 +03:00
|
|
|
"broccoli-uglify-js": "0.2.0",
|
2016-06-28 20:36:00 +03:00
|
|
|
"chalk": "1.1.3",
|
2016-08-30 14:36:10 +03:00
|
|
|
"codemirror": "5.18.2",
|
2016-05-24 15:07:31 +03:00
|
|
|
"csscomb": "3.1.8",
|
2016-10-03 21:08:23 +03:00
|
|
|
"ember-ajax": "ember-cli/ember-ajax#b32b9ee5ede69e09a162eb98d354f7de6297f679",
|
2016-09-24 18:47:09 +03:00
|
|
|
"ember-cli": "2.8.0",
|
2016-08-10 19:40:14 +03:00
|
|
|
"ember-cli-app-version": "2.0.0",
|
2016-08-17 10:17:00 +03:00
|
|
|
"ember-cli-babel": "5.1.10",
|
2016-05-19 17:38:38 +03:00
|
|
|
"ember-cli-content-security-policy": "0.5.0",
|
2016-06-18 22:08:27 +03:00
|
|
|
"ember-cli-dependency-checker": "1.3.0",
|
2016-06-17 17:48:25 +03:00
|
|
|
"ember-cli-deprecation-workflow": "0.2.3",
|
2016-07-29 18:21:52 +03:00
|
|
|
"ember-cli-fastclick": "1.3.0",
|
2016-08-12 18:17:20 +03:00
|
|
|
"ember-cli-htmlbars": "1.1.0",
|
2016-08-12 19:01:00 +03:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "0.3.5",
|
2016-09-20 09:45:21 +03:00
|
|
|
"ember-cli-jshint": "2.0.1",
|
2016-09-28 19:46:06 +03:00
|
|
|
"ember-cli-mirage": "0.1.14",
|
2016-06-15 23:28:33 +03:00
|
|
|
"ember-cli-mocha": "0.10.4",
|
2016-07-20 00:35:37 +03:00
|
|
|
"ember-cli-node-assets": "0.1.4",
|
2016-04-08 17:18:39 +03:00
|
|
|
"ember-cli-pretender": "0.6.0",
|
2016-05-19 17:38:38 +03:00
|
|
|
"ember-cli-selectize": "0.5.5",
|
2016-08-10 23:51:43 +03:00
|
|
|
"ember-cli-sri": "2.1.1",
|
2016-07-31 22:47:19 +03:00
|
|
|
"ember-cli-test-loader": "1.1.0",
|
2015-11-30 21:23:47 +03:00
|
|
|
"ember-cli-uglify": "1.2.0",
|
2016-10-05 14:41:55 +03:00
|
|
|
"ember-concurrency": "0.7.10",
|
2016-09-24 11:25:10 +03:00
|
|
|
"ember-data": "2.8.1",
|
2015-09-03 14:06:50 +03:00
|
|
|
"ember-data-filter": "1.13.0",
|
2015-11-30 21:23:47 +03:00
|
|
|
"ember-export-application-global": "1.0.5",
|
2016-08-30 15:07:11 +03:00
|
|
|
"ember-invoke-action": "1.4.0",
|
2016-10-10 10:39:12 +03:00
|
|
|
"ember-light-table": "1.4.3",
|
2016-03-31 12:13:15 +03:00
|
|
|
"ember-load-initializers": "0.5.1",
|
2015-08-15 06:35:26 +03:00
|
|
|
"ember-myth": "0.1.1",
|
2016-09-20 16:05:41 +03:00
|
|
|
"ember-one-way-controls": "0.9.2",
|
2016-09-24 18:48:21 +03:00
|
|
|
"ember-power-select": "1.0.0-beta.22",
|
2016-09-20 09:41:56 +03:00
|
|
|
"ember-resolver": "2.1.0",
|
2016-08-20 17:08:54 +03:00
|
|
|
"ember-route-action-helper": "1.0.0",
|
2016-05-16 01:45:16 +03:00
|
|
|
"ember-simple-auth": "1.1.0",
|
2016-05-19 17:38:38 +03:00
|
|
|
"ember-sinon": "0.5.1",
|
2016-08-06 10:45:43 +03:00
|
|
|
"ember-sortable": "1.8.2",
|
2016-09-28 19:46:50 +03:00
|
|
|
"ember-suave": "4.0.1",
|
2016-09-20 09:46:02 +03:00
|
|
|
"ember-watson": "0.8.3",
|
2016-07-05 17:29:05 +03:00
|
|
|
"ember-wormhole": "0.3.6",
|
2016-09-20 09:39:42 +03:00
|
|
|
"emberx-file-input": "1.1.0",
|
2016-05-19 17:38:38 +03:00
|
|
|
"fs-extra": "0.30.0",
|
Upgraded editor (#313)
* refs #7429
Finally it's starting to feel like a real editor! Although there will be another version bump over the weekend which improves the toolbar behavior and usability, and enables image uploading.
- Added the start of a new toolbar, what we're (well I am) calling the Owesome bar, not to be confused with the Firefox Awesome bar. It's a cultural thing. (google "O for awesome" if you're curious 🎡 of 💰).
- The idea of dragging and dropping cards has been removed for now, although the code will still be in there as we will support dragging cards around within content fairly shortly. When apps are included a better card interface will be required for a large amount of app created content cards (Oh yeah!)
- Ghost Server now pulls in it's configuration from Ghost-Editor, this allows Ghost-Editor to:
A) Keep cards up to date, and
B) define what happens if a card is missing.
- The whole "cards in admin written in ember and cards in server written in javascript" thing is still very much a work in progress, it's kind of messy as we find the optimum solution (which isn't the current solution).
So yeah, this is a WIP not the final styling, not the final interactions, not the final anything... :)
* Added new toolbar and image uploading tests
* Includes an updated toolbar and basic image card.
2016-10-10 09:08:24 +03:00
|
|
|
"ghost-editor": "0.0.10",
|
2016-09-21 23:12:11 +03:00
|
|
|
"glob": "7.1.0",
|
2016-05-24 15:07:31 +03:00
|
|
|
"grunt": "1.0.1",
|
2016-08-03 10:54:24 +03:00
|
|
|
"grunt-bg-shell": "2.3.3",
|
2016-07-14 14:43:49 +03:00
|
|
|
"grunt-contrib-clean": "1.0.0",
|
2016-05-24 15:07:31 +03:00
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2016-08-06 12:26:24 +03:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2016-06-22 00:22:13 +03:00
|
|
|
"grunt-jscs": "3.0.1",
|
2016-08-13 06:38:49 +03:00
|
|
|
"grunt-shell": "1.3.1",
|
2016-06-29 11:48:38 +03:00
|
|
|
"jquery-deparam": "0.5.2",
|
2016-09-20 10:26:53 +03:00
|
|
|
"liquid-fire": "0.26.1",
|
2016-10-07 16:27:39 +03:00
|
|
|
"liquid-wormhole": "2.0.0-beta.2",
|
2016-08-06 04:28:19 +03:00
|
|
|
"loader.js": "4.0.11",
|
2016-10-06 19:34:01 +03:00
|
|
|
"lodash": "4.16.4",
|
2016-05-24 15:07:31 +03:00
|
|
|
"matchdep": "1.0.1",
|
2016-09-21 15:55:04 +03:00
|
|
|
"moment": "2.15.1",
|
2016-07-27 19:58:45 +03:00
|
|
|
"moment-timezone": "0.5.5",
|
2016-06-29 12:23:45 +03:00
|
|
|
"password-generator": "2.0.2",
|
2016-06-28 20:36:00 +03:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2016-09-30 14:43:40 +03:00
|
|
|
"torii": "0.8.0",
|
2016-08-06 10:35:36 +03:00
|
|
|
"walk-sync": "0.3.1"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
|
|
|
"lib/asset-delivery"
|
|
|
|
]
|
2016-10-01 11:10:58 +03:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
|
|
|
"grunt",
|
|
|
|
"grunt-bg-shell",
|
|
|
|
"grunt-contrib-clean",
|
|
|
|
"grunt-contrib-jshint",
|
|
|
|
"grunt-contrib-watch",
|
|
|
|
"grunt-jscs",
|
|
|
|
"grunt-shell"
|
|
|
|
]
|
2015-02-13 07:22:32 +03:00
|
|
|
}
|
2015-02-14 07:03:16 +03:00
|
|
|
}
|