{ "name": "ghost-admin", "version": "1.0.0-alpha.3", "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", "private": true, "directories": { "test": "tests" }, "scripts": { "start": "ember server", "build": "ember build", "test": "ember test" }, "engines": { "node": "~0.10.0 || ~0.12.0 || ^4.2.0" }, "devDependencies": { "bluebird": "3.4.6", "blueimp-md5": "2.3.1", "bower": "1.7.9", "broccoli-asset-rev": "2.4.6", "broccoli-clean-css": "1.1.0", "broccoli-concat": "3.0.4", "broccoli-merge-trees": "1.1.4", "broccoli-uglify-js": "0.2.0", "chalk": "1.1.3", "codemirror": "5.18.2", "csscomb": "3.1.8", "ember-ajax": "ember-cli/ember-ajax#b32b9ee5ede69e09a162eb98d354f7de6297f679", "ember-cli": "2.8.0", "ember-cli-app-version": "2.0.0", "ember-cli-babel": "5.1.10", "ember-cli-content-security-policy": "0.5.0", "ember-cli-dependency-checker": "1.3.0", "ember-cli-deprecation-workflow": "0.2.3", "ember-cli-fastclick": "1.3.0", "ember-cli-htmlbars": "1.1.0", "ember-cli-htmlbars-inline-precompile": "0.3.5", "ember-cli-jshint": "2.0.1", "ember-cli-mirage": "0.1.14", "ember-cli-mocha": "0.10.4", "ember-cli-node-assets": "0.1.4", "ember-cli-pretender": "0.6.0", "ember-cli-selectize": "0.5.5", "ember-cli-sri": "2.1.1", "ember-cli-test-loader": "1.1.0", "ember-cli-uglify": "1.2.0", "ember-concurrency": "0.7.10", "ember-data": "2.8.1", "ember-data-filter": "1.13.0", "ember-export-application-global": "1.0.5", "ember-invoke-action": "1.4.0", "ember-light-table": "1.4.2", "ember-load-initializers": "0.5.1", "ember-myth": "0.1.1", "ember-one-way-controls": "0.9.2", "ember-power-select": "0.10.11", "ember-resolver": "2.1.0", "ember-route-action-helper": "1.0.0", "ember-simple-auth": "1.1.0", "ember-sinon": "0.5.1", "ember-sortable": "1.8.2", "ember-suave": "4.0.1", "ember-watson": "0.8.3", "ember-wormhole": "0.3.6", "emberx-file-input": "1.1.0", "fs-extra": "0.30.0", "ghost-editor": "0.0.8", "glob": "7.1.0", "grunt": "1.0.1", "grunt-bg-shell": "2.3.3", "grunt-contrib-clean": "1.0.0", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-watch": "1.0.0", "grunt-jscs": "3.0.1", "grunt-shell": "1.3.1", "jquery-deparam": "0.5.2", "liquid-fire": "0.26.1", "liquid-wormhole": "2.0.0-beta.2", "loader.js": "4.0.11", "lodash": "4.16.4", "matchdep": "1.0.1", "moment": "2.15.1", "moment-timezone": "0.5.5", "password-generator": "2.0.2", "top-gh-contribs": "2.0.4", "torii": "0.8.0", "walk-sync": "0.3.1" }, "ember-addon": { "paths": [ "lib/asset-delivery" ] }, "greenkeeper": { "ignore": [ "grunt", "grunt-bg-shell", "grunt-contrib-clean", "grunt-contrib-jshint", "grunt-contrib-watch", "grunt-jscs", "grunt-shell" ] } }