2015-02-13 07:22:32 +03:00
|
|
|
{
|
2016-05-24 15:06:59 +03:00
|
|
|
"name": "ghost-admin",
|
2016-11-08 17:26:37 +03:00
|
|
|
"version": "1.0.0-alpha.8",
|
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-10-21 11:07:49 +03:00
|
|
|
"node": "~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-11-03 16:17:18 +03:00
|
|
|
"blueimp-md5": "2.5.0",
|
2016-11-14 11:25:11 +03:00
|
|
|
"bower": "1.8.0",
|
2016-10-17 11:20:09 +03:00
|
|
|
"broccoli-asset-rev": "2.5.0",
|
2016-07-05 19:30:14 +03:00
|
|
|
"broccoli-clean-css": "1.1.0",
|
2016-10-21 12:35:03 +03:00
|
|
|
"broccoli-concat": "3.0.5",
|
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-10-21 12:34:34 +03:00
|
|
|
"codemirror": "5.20.2",
|
2016-05-24 15:07:31 +03:00
|
|
|
"csscomb": "3.1.8",
|
2016-10-21 17:46:59 +03:00
|
|
|
"ember-ajax": "2.5.2",
|
2016-11-03 12:51:40 +03:00
|
|
|
"ember-cli": "2.9.1",
|
2016-10-26 11:12:50 +03:00
|
|
|
"ember-cli-app-version": "2.0.1",
|
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-11-05 12:12:36 +03:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "0.3.6",
|
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-11-14 12:06:00 +03:00
|
|
|
"ember-cli-mocha": "0.11.0",
|
2016-07-20 00:35:37 +03:00
|
|
|
"ember-cli-node-assets": "0.1.4",
|
2016-10-10 12:52:14 +03:00
|
|
|
"ember-cli-pretender": "0.7.0",
|
2016-11-14 12:02:24 +03:00
|
|
|
"ember-cli-selectize": "0.5.11",
|
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-21 12:32:13 +03:00
|
|
|
"ember-concurrency": "0.7.15",
|
2016-10-21 11:09:15 +03:00
|
|
|
"ember-data": "2.9.0",
|
2015-09-03 14:06:50 +03:00
|
|
|
"ember-data-filter": "1.13.0",
|
2016-10-11 12:06:37 +03:00
|
|
|
"ember-export-application-global": "1.1.1",
|
2016-08-30 15:07:11 +03:00
|
|
|
"ember-invoke-action": "1.4.0",
|
2016-11-03 16:14:53 +03:00
|
|
|
"ember-light-table": "1.5.2",
|
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-11-03 15:46:28 +03:00
|
|
|
"ember-sortable": "1.9.0",
|
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-11-14 11:45:33 +03:00
|
|
|
"ember-wormhole": "0.5.1",
|
2016-09-20 09:39:42 +03:00
|
|
|
"emberx-file-input": "1.1.0",
|
2016-11-03 16:16:59 +03:00
|
|
|
"fs-extra": "1.0.0",
|
2016-11-07 13:50:08 +03:00
|
|
|
"ghost-editor": "0.1.4",
|
2016-10-10 10:58:25 +03:00
|
|
|
"glob": "7.1.1",
|
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-10-21 12:13:49 +03:00
|
|
|
"liquid-fire": "0.26.4",
|
2016-11-03 12:52:07 +03:00
|
|
|
"liquid-wormhole": "2.0.0",
|
2016-08-06 04:28:19 +03:00
|
|
|
"loader.js": "4.0.11",
|
2016-11-14 13:46:40 +03:00
|
|
|
"lodash": "4.17.0",
|
2016-05-24 15:07:31 +03:00
|
|
|
"matchdep": "1.0.1",
|
2016-11-14 11:28:36 +03:00
|
|
|
"moment": "2.16.0",
|
2016-11-05 12:12:04 +03:00
|
|
|
"moment-timezone": "0.5.9",
|
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-11-05 12:12:59 +03:00
|
|
|
"torii": "0.8.1",
|
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",
|
2016-11-07 13:35:19 +03:00
|
|
|
"grunt-shell"
|
2016-10-01 11:10:58 +03:00
|
|
|
]
|
2015-02-13 07:22:32 +03:00
|
|
|
}
|
2015-02-14 07:03:16 +03:00
|
|
|
}
|