2015-02-13 07:22:32 +03:00
|
|
|
{
|
2016-05-24 15:06:59 +03:00
|
|
|
"name": "ghost-admin",
|
2016-09-15 12:23:15 +03:00
|
|
|
"version": "0.11.0",
|
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-08-04 17:11:59 +03:00
|
|
|
"broccoli-concat": "3.0.2",
|
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-05-22 11:20:02 +03:00
|
|
|
"ember-ajax": "2.4.1",
|
2016-07-31 22:47:19 +03:00
|
|
|
"ember-cli": "2.7.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-08-06 10:18:31 +03:00
|
|
|
"ember-cli-jshint": "1.0.5",
|
2016-04-08 17:08:10 +03:00
|
|
|
"ember-cli-mirage": "0.1.13",
|
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-08-11 09:58:38 +03:00
|
|
|
"ember-concurrency": "0.7.8",
|
2016-09-20 09:44:34 +03:00
|
|
|
"ember-data": "2.8.0",
|
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-04-15 10:54:09 +03:00
|
|
|
"ember-light-table": "0.1.9",
|
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-08-23 09:51:05 +03:00
|
|
|
"ember-one-way-controls": "0.9.2",
|
2016-06-15 00:24:26 +03:00
|
|
|
"ember-power-select": "0.10.11",
|
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-07-09 10:06:05 +03:00
|
|
|
"ember-suave": "4.0.0",
|
2016-05-19 17:38:38 +03:00
|
|
|
"ember-watson": "0.8.2",
|
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",
|
2016-09-14 18:13:04 +03:00
|
|
|
"glob": "7.0.6",
|
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-07-12 09:01:05 +03:00
|
|
|
"liquid-fire": "0.24.1",
|
2016-05-19 17:38:38 +03:00
|
|
|
"liquid-tether": "1.1.1",
|
2016-08-06 04:28:19 +03:00
|
|
|
"loader.js": "4.0.11",
|
2016-08-13 01:56:19 +03:00
|
|
|
"lodash": "4.15.0",
|
2016-05-24 15:07:31 +03:00
|
|
|
"matchdep": "1.0.1",
|
2016-09-14 20:20:03 +03:00
|
|
|
"moment": "2.15.0",
|
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-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"
|
|
|
|
]
|
|
|
|
}
|
2015-02-14 07:03:16 +03:00
|
|
|
}
|