Ghost-Admin/package.json

124 lines
3.6 KiB
JSON
Raw Normal View History

2015-02-13 05:22:32 +01:00
{
"name": "ghost-admin",
2017-02-24 20:53:36 +01:00
"version": "1.0.0-alpha.14",
"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 05:22:32 +01:00
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test",
"lint": "ember test --launch phantomjs -f 'ESLint'",
"coverage": "cat ./coverage/lcov.info | coveralls"
2015-02-13 05:22:32 +01:00
},
"engines": {
"node": "~0.12.0 || ^4.2.0"
2015-02-13 05:22:32 +01:00
},
"devDependencies": {
2017-02-27 10:15:41 +01:00
"autoprefixer": "6.7.5",
2017-02-27 10:17:04 +01:00
"blueimp-md5": "2.7.0",
"bower": "1.8.0",
"broccoli-asset-rev": "2.5.0",
"broccoli-clean-css": "1.1.0",
2017-02-06 15:38:48 +01:00
"broccoli-concat": "3.1.1",
"broccoli-merge-trees": "1.2.1",
"broccoli-uglify-js": "0.2.0",
2017-01-19 17:51:06 +01:00
"chai-jquery": "2.0.0",
2017-02-27 10:47:52 +01:00
"codemirror": "5.24.2",
2017-02-06 15:40:48 +01:00
"coveralls": "2.11.16",
2017-02-27 10:47:03 +01:00
"csscomb": "4.0.0",
2017-02-17 20:46:41 +01:00
"cssnano": "3.10.0",
2017-02-27 10:26:43 +01:00
"ember-ajax": "2.5.5",
2017-02-27 10:18:41 +01:00
"ember-cli": "2.11.1",
"ember-cli-active-link-wrapper": "0.3.2",
"ember-cli-app-version": "2.0.1",
2017-02-27 10:19:27 +01:00
"ember-cli-babel": "5.2.4",
2017-01-19 14:34:16 +01:00
"ember-cli-chai": "0.3.2",
"ember-cli-code-coverage": "0.3.11",
"ember-cli-content-security-policy": "0.6.0",
"ember-cli-dependency-checker": "1.3.0",
"ember-cli-deprecation-workflow": "0.2.3",
"ember-cli-eslint": "3.0.2",
"ember-cli-fastclick": "1.3.0",
"ember-cli-htmlbars": "1.1.1",
"ember-cli-htmlbars-inline-precompile": "0.3.6",
2017-01-30 19:46:11 +01:00
"ember-cli-mirage": "0.2.5",
2017-01-30 19:51:24 +01:00
"ember-cli-mocha": "0.13.2",
"ember-cli-node-assets": "0.1.6",
2017-02-17 20:46:41 +01:00
"ember-cli-postcss": "3.1.1",
"ember-cli-pretender": "1.0.1",
"ember-cli-selectize": "0.5.12",
2017-01-31 20:23:13 +01:00
"ember-cli-shims": "1.0.2",
"ember-cli-sri": "2.1.1",
"ember-cli-test-loader": "1.1.1",
2015-11-30 19:23:47 +01:00
"ember-cli-uglify": "1.2.0",
"ember-composable-helpers": "2.0.0",
2017-01-30 19:49:57 +01:00
"ember-concurrency": "0.7.19",
2017-02-27 10:27:27 +01:00
"ember-data": "2.11.3",
"ember-data-filter": "1.13.0",
"ember-export-application-global": "1.1.1",
"ember-infinity": "0.2.8",
"ember-inline-svg": "0.1.7",
"ember-invoke-action": "1.4.0",
2017-02-27 10:28:27 +01:00
"ember-light-table": "1.8.3",
"ember-load": "0.0.11",
"ember-load-initializers": "0.6.3",
"ember-one-way-controls": "2.0.0",
2017-02-27 10:30:14 +01:00
"ember-power-select": "1.4.4",
"ember-resolver": "2.1.1",
2017-01-19 14:38:29 +01:00
"ember-route-action-helper": "2.0.2",
2017-02-06 16:53:04 +01:00
"ember-simple-auth": "1.2.0",
"ember-sinon": "0.6.0",
"ember-sortable": "1.9.1",
2017-02-27 10:33:37 +01:00
"ember-source": "2.11.2",
2017-01-30 19:57:39 +01:00
"ember-test-selectors": "0.2.1",
2017-02-03 17:59:34 +01:00
"ember-truth-helpers": "1.3.0",
"ember-wormhole": "0.5.1",
"emberx-file-input": "1.1.1",
"eslint-plugin-ember-suave": "1.0.0",
"fs-extra": "2.0.0",
"ghost-editor": "0.1.10",
"glob": "7.1.1",
"grunt": "1.0.1",
"grunt-bg-shell": "2.3.3",
"grunt-shell": "1.3.1",
"jquery-deparam": "0.5.3",
2017-02-27 10:49:02 +01:00
"liquid-fire": "0.27.1",
"liquid-wormhole": "2.0.2",
"loader.js": "4.1.0",
"matchdep": "1.0.1",
"moment": "2.17.1",
"moment-timezone": "0.5.11",
2017-01-19 14:39:19 +01:00
"password-generator": "2.1.0",
2017-02-17 20:46:41 +01:00
"postcss-color-function": "3.0.0",
"postcss-custom-properties": "5.0.2",
"postcss-easy-import": "2.0.0",
"top-gh-contribs": "2.0.4",
"torii": "0.8.1",
"walk-sync": "0.3.1"
2015-02-13 05:22:32 +01:00
},
"ember-addon": {
"paths": [
"lib/asset-delivery"
]
},
"greenkeeper": {
"ignore": [
"grunt",
"grunt-bg-shell",
"grunt-shell"
]
2015-02-13 05:22:32 +01:00
}
}