2015-02-12 21:22:32 -07:00
|
|
|
{
|
2016-05-24 13:06:59 +01:00
|
|
|
"name": "ghost-admin",
|
2016-11-17 20:15:18 +00:00
|
|
|
"version": "1.0.0-alpha.9",
|
2016-05-24 13:06:59 +01: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-12 21:22:32 -07:00
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "ember server",
|
|
|
|
"build": "ember build",
|
2016-10-14 11:23:51 +01:00
|
|
|
"test": "ember test",
|
|
|
|
"lint": "ember test --launch phantomjs -f 'ESLint'"
|
2015-02-12 21:22:32 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2016-10-21 10:07:49 +02:00
|
|
|
"node": "~0.12.0 || ^4.2.0"
|
2015-02-12 21:22:32 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-09-20 08:43:42 +02:00
|
|
|
"bluebird": "3.4.6",
|
2016-11-27 04:54:54 +01:00
|
|
|
"blueimp-md5": "2.6.0",
|
2016-11-14 09:25:11 +01:00
|
|
|
"bower": "1.8.0",
|
2016-10-17 10:20:09 +02:00
|
|
|
"broccoli-asset-rev": "2.5.0",
|
2016-07-05 10:30:14 -06:00
|
|
|
"broccoli-clean-css": "1.1.0",
|
2016-10-21 11:35:03 +02:00
|
|
|
"broccoli-concat": "3.0.5",
|
2017-01-04 12:31:21 +01:00
|
|
|
"broccoli-merge-trees": "1.2.1",
|
2016-07-05 10:30:14 -06:00
|
|
|
"broccoli-uglify-js": "0.2.0",
|
2016-06-28 11:36:00 -06:00
|
|
|
"chalk": "1.1.3",
|
2017-01-04 14:00:24 +01:00
|
|
|
"codemirror": "5.22.0",
|
2016-05-24 13:07:31 +01:00
|
|
|
"csscomb": "3.1.8",
|
2017-01-04 12:44:37 +01:00
|
|
|
"ember-ajax": "2.5.3",
|
2016-12-01 07:05:13 +01:00
|
|
|
"ember-cli": "2.10.0",
|
2016-10-26 10:12:50 +02:00
|
|
|
"ember-cli-app-version": "2.0.1",
|
2017-01-04 13:58:29 +01:00
|
|
|
"ember-cli-babel": "5.2.1",
|
2016-12-09 18:27:24 +01:00
|
|
|
"ember-cli-chai": "0.3.0",
|
2016-05-19 15:38:38 +01:00
|
|
|
"ember-cli-content-security-policy": "0.5.0",
|
2016-06-18 20:08:27 +01:00
|
|
|
"ember-cli-dependency-checker": "1.3.0",
|
2016-06-17 15:48:25 +01:00
|
|
|
"ember-cli-deprecation-workflow": "0.2.3",
|
2017-01-04 13:59:31 +01:00
|
|
|
"ember-cli-eslint": "3.0.2",
|
2016-07-29 17:21:52 +02:00
|
|
|
"ember-cli-fastclick": "1.3.0",
|
2017-01-04 14:00:52 +01:00
|
|
|
"ember-cli-htmlbars": "1.1.1",
|
2016-11-05 10:12:36 +01:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "0.3.6",
|
2016-09-28 18:46:06 +02:00
|
|
|
"ember-cli-mirage": "0.1.14",
|
2016-12-09 21:35:04 +07:00
|
|
|
"ember-cli-mocha": "0.13.1",
|
2016-11-26 23:08:12 +01:00
|
|
|
"ember-cli-node-assets": "0.1.6",
|
2016-10-10 11:52:14 +02:00
|
|
|
"ember-cli-pretender": "0.7.0",
|
2016-11-14 10:02:24 +01:00
|
|
|
"ember-cli-selectize": "0.5.11",
|
2016-08-10 22:51:43 +02:00
|
|
|
"ember-cli-sri": "2.1.1",
|
2017-01-04 12:49:27 +01:00
|
|
|
"ember-cli-test-loader": "1.1.1",
|
2015-11-30 12:23:47 -06:00
|
|
|
"ember-cli-uglify": "1.2.0",
|
2017-01-04 12:48:53 +01:00
|
|
|
"ember-concurrency": "0.7.17",
|
2016-12-01 07:04:08 +01:00
|
|
|
"ember-data": "2.10.0",
|
2015-09-03 12:06:50 +01:00
|
|
|
"ember-data-filter": "1.13.0",
|
2016-10-11 11:06:37 +02:00
|
|
|
"ember-export-application-global": "1.1.1",
|
2016-08-30 14:07:11 +02:00
|
|
|
"ember-invoke-action": "1.4.0",
|
2017-01-04 13:59:09 +01:00
|
|
|
"ember-light-table": "1.8.0",
|
2017-01-04 12:36:33 +01:00
|
|
|
"ember-load-initializers": "0.6.3",
|
2015-08-14 22:35:26 -05:00
|
|
|
"ember-myth": "0.1.1",
|
2016-11-26 18:47:19 +01:00
|
|
|
"ember-one-way-controls": "1.1.2",
|
2017-01-04 14:32:30 +01:00
|
|
|
"ember-power-select": "1.0.3",
|
2017-01-04 12:50:10 +01:00
|
|
|
"ember-resolver": "2.1.1",
|
2016-11-27 04:20:33 +01:00
|
|
|
"ember-route-action-helper": "2.0.0",
|
2016-05-15 16:45:16 -06:00
|
|
|
"ember-simple-auth": "1.1.0",
|
2017-01-04 12:35:38 +01:00
|
|
|
"ember-sinon": "0.6.0",
|
2017-01-04 14:31:48 +01:00
|
|
|
"ember-sortable": "1.9.1",
|
2016-11-14 09:45:33 +01:00
|
|
|
"ember-wormhole": "0.5.1",
|
2016-09-20 08:39:42 +02:00
|
|
|
"emberx-file-input": "1.1.0",
|
2016-10-14 11:23:51 +01:00
|
|
|
"eslint-plugin-ember-suave": "1.0.0",
|
2016-11-03 14:16:59 +01:00
|
|
|
"fs-extra": "1.0.0",
|
2016-11-14 09:53:26 +00:00
|
|
|
"ghost-editor": "0.1.5",
|
2016-10-10 09:58:25 +02:00
|
|
|
"glob": "7.1.1",
|
2016-05-24 13:07:31 +01:00
|
|
|
"grunt": "1.0.1",
|
2016-08-03 01:54:24 -06:00
|
|
|
"grunt-bg-shell": "2.3.3",
|
2016-08-13 05:38:49 +02:00
|
|
|
"grunt-shell": "1.3.1",
|
2016-06-29 09:48:38 +01:00
|
|
|
"jquery-deparam": "0.5.2",
|
2017-01-04 12:47:16 +01:00
|
|
|
"liquid-fire": "0.27.0",
|
2016-11-26 19:13:09 +01:00
|
|
|
"liquid-wormhole": "2.0.2",
|
2017-01-04 14:01:18 +01:00
|
|
|
"loader.js": "4.1.0",
|
2016-11-16 11:32:13 +01:00
|
|
|
"lodash": "4.17.2",
|
2016-05-24 13:07:31 +01:00
|
|
|
"matchdep": "1.0.1",
|
2017-01-04 12:31:44 +01:00
|
|
|
"moment": "2.17.1",
|
2017-01-04 12:47:38 +01:00
|
|
|
"moment-timezone": "0.5.11",
|
2017-01-04 12:33:35 +01:00
|
|
|
"password-generator": "2.0.6",
|
2016-06-28 11:36:00 -06:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2016-11-05 10:12:59 +01:00
|
|
|
"torii": "0.8.1",
|
2016-08-06 09:35:36 +02:00
|
|
|
"walk-sync": "0.3.1"
|
2015-02-12 21:22:32 -07:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
|
|
|
"lib/asset-delivery"
|
|
|
|
]
|
2016-10-01 09:10:58 +01:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
|
|
|
"grunt",
|
|
|
|
"grunt-bg-shell",
|
2016-11-07 10:35:19 +00:00
|
|
|
"grunt-shell"
|
2016-10-01 09:10:58 +01:00
|
|
|
]
|
2015-02-12 21:22:32 -07:00
|
|
|
}
|
2015-02-13 21:03:16 -07:00
|
|
|
}
|