2015-02-13 07:22:32 +03:00
|
|
|
{
|
2016-05-24 15:06:59 +03:00
|
|
|
"name": "ghost-admin",
|
2016-07-26 15:31:16 +03:00
|
|
|
"version": "0.9.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-06-28 20:36:00 +03:00
|
|
|
"bluebird": "3.4.1",
|
2016-06-29 12:23:45 +03:00
|
|
|
"blueimp-md5": "2.3.0",
|
2016-06-26 17:00:51 +03:00
|
|
|
"bower": "1.7.9",
|
2016-07-27 19:38:47 +03:00
|
|
|
"broccoli-asset-rev": "2.4.5",
|
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-06 10:04:46 +03:00
|
|
|
"broccoli-merge-trees": "1.1.3",
|
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-07-19 18:14:13 +03:00
|
|
|
"codemirror": "5.17.0",
|
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",
|
2015-11-30 20:21:39 +03:00
|
|
|
"ember-cli-app-version": "1.0.0",
|
2016-07-28 13:33:31 +03:00
|
|
|
"ember-cli-babel": "5.1.7",
|
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-07-29 06:34:33 +03:00
|
|
|
"ember-cli-htmlbars": "1.0.10",
|
2016-07-28 15:15:57 +03:00
|
|
|
"ember-cli-htmlbars-inline-precompile": "0.3.3",
|
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",
|
2015-11-30 20:21:39 +03:00
|
|
|
"ember-cli-release": "0.2.8",
|
2016-05-19 17:38:38 +03:00
|
|
|
"ember-cli-selectize": "0.5.5",
|
2016-03-03 12:17:37 +03:00
|
|
|
"ember-cli-sri": "2.1.0",
|
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-07-28 13:01:20 +03:00
|
|
|
"ember-data": "2.7.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-01 14:48:52 +03:00
|
|
|
"ember-invoke-action": "1.3.1",
|
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-06 09:38:03 +03:00
|
|
|
"ember-one-way-controls": "1.0.0",
|
2016-06-15 00:24:26 +03:00
|
|
|
"ember-power-select": "0.10.11",
|
2015-11-30 21:23:47 +03:00
|
|
|
"ember-resolver": "2.0.3",
|
2016-07-19 18:22:36 +03:00
|
|
|
"ember-route-action-helper": "0.3.3",
|
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",
|
|
|
|
"ember-sortable": "1.8.1",
|
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-02-11 14:18:09 +03:00
|
|
|
"emberx-file-input": "1.0.0",
|
2016-05-19 17:38:38 +03:00
|
|
|
"fs-extra": "0.30.0",
|
2016-07-31 22:33:17 +03:00
|
|
|
"glob": "7.0.5",
|
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-06-22 00:22:13 +03:00
|
|
|
"grunt-jscs": "3.0.1",
|
2016-05-24 15:07:31 +03:00
|
|
|
"grunt-shell": "1.3.0",
|
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-07-29 19:35:39 +03:00
|
|
|
"lodash": "4.14.1",
|
2016-05-24 15:07:31 +03:00
|
|
|
"matchdep": "1.0.1",
|
2016-07-05 16:56:14 +03:00
|
|
|
"moment": "2.14.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-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
|
|
|
}
|