{
  "name": "ghost-spirit",
  "version": "0.0.50",
  "description": "tbc",
  "private": false,
  "main": "index.js",
  "scripts": {
    "start": "gulp",
    "dev": "NODE_ENV=development gulp",
    "lint": "eslint . --ext .js --cache",
    "test": "yarn lint && NODE_ENV=testing mocha -- $(find test -name '*.test.js')",
    "posttest": "yarn lint",
    "build": "gulp generate",
    "prePublishOnly": "yarn build",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi",
    "deploy": "shipit"
  },
  "author": "Ghost",
  "license": "ISC",
  "files": [
    "/index.js",
    "/public/",
    "/resources/{assets,helpers}/"
  ],
  "dependencies": {
    "autoprefixer": "8.2.0",
    "bluebird": "^3.4.6",
    "connect-slashes": "^1.3.1",
    "cssnano": "^4.0.0-rc.2",
    "express": "^4.14.0",
    "express-hbs": "^1.0.2",
    "ghost-ignition": "^2.7.0",
    "gulp-postcss": "7.0.1",
    "lodash": "^4.15.0",
    "postcss-color-mod-function": "2.4.2",
    "postcss-custom-media": "6.0.0",
    "postcss-custom-properties": "7.0.0",
    "postcss-easy-import": "3.0.0",
    "postcss-prefix-selector": "1.6.0"
  },
  "devDependencies": {
    "@tryghost/deploy": "0.0.2",
    "del": "^2.2.1",
    "eslint": "^4.19.0",
    "eslint-plugin-ghost": "^0.0.23",
    "gray-matter": "^3.1.1",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-ext-replace": "^0.3.0",
    "gulp-gray-matter": "^3.0.1",
    "gulp-livereload": "^3.8.1",
    "gulp-nodemon": "^2.1.0",
    "gulp-replace": "~0.5.4",
    "gulp-sequence": "^1.0.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-svgmin": "^1.2.2",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.7",
    "mocha": "^3.0.2",
    "postcss-prefixer": "2.0.5",
    "supertest": "^3.0.0",
    "through2": "^2.0.3"
  }
}
