{
  "name": "ff-keystone",
  "version": "0.3.15",
  "description": "Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/keystonejs/keystone.git"
  },
  "dependencies": {
    "async": "^1.4.2",
    "asyncdi": "^1.1.0",
    "azure": "^0.10.6",
    "babel-core": "^5.8.25",
    "babel-plugin-object-assign": "^1.2.1",
    "babelify": "^6.3.0",
    "babyparse": "^0.4.3",
    "bcrypt-nodejs": "~0.0.3",
    "blacklist": "^1.1.2",
    "bluebird": "^2.10.2",
    "body-parser": "^1.14.1",
    "browserify-shim": "^3.8.10",
    "bytes": "^2.1.0",
    "caller-id": "^0.1.0",
    "chalk": "^1.1.1",
    "classnames": "^2.1.5",
    "cloudinary": "^1.2.5",
    "codemirror": "^5.7.0",
    "compression": "^1.6.0",
    "connect-flash": "^0.1.1",
    "cookie-parser": "^1.4.0",
    "debug": "^2.2.0",
    "embedly": "^1.0.4",
    "errorhandler": "^1.4.2",
    "express": "^4.13.3",
    "express-session": "^1.11.3",
    "fs-extra": "^0.24.0",
    "grappling-hook": "^3.0.0",
    "jade": "^1.11.0",
    "jquery": "^2.1.4",
    "keystone-utils": "^0.3.0",
    "knox": "^0.9.2",
    "less-middleware": "^2.0.1",
    "list-to-array": "^1.1.0",
    "mandrill-api": "^1.0.45",
    "marked": "^0.3.5",
    "method-override": "^2.3.5",
    "moment": "^2.10.6",
    "mongoose": "~3.8.35",
    "morgan": "^1.6.1",
    "mpromise": "^0.5.5",
    "multer": "^0.1.8",
    "numeral": "^1.5.3",
    "object-assign": "^4.0.1",
    "pikaday": "^1.3.3",
    "queryfilter": "^0.0.4",
    "range_check": "^0.0.5",
    "react": "^0.13.3",
    "react-alt-text": "^1.1.0",
    "react-select": "^0.6.12",
    "scmp": "^1.0.0",
    "semver": "^5.0.3",
    "serve-favicon": "^2.3.0",
    "store-prototype": "^1.1.1",
    "superagent": "^1.4.0",
    "underscore": "^1.8.3",
    "vkey": "^1.0.0",
    "watchify": "^3.4.0"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "browserify": "^11.2.0",
    "codeclimate-test-reporter": "0.1.1",
    "eslint": "^1.6.0",
    "eslint-plugin-react": "^3.5.1",
    "gulp": "^3.9.0",
    "gulp-git": "^1.5.0",
    "gulp-streamify": "1.0.2",
    "gulp-uglify": "^1.4.2",
    "istanbul": "^0.3.22",
    "mocha": "^2.3.3",
    "must": "^0",
    "rimraf": "^2.4.3",
    "sinon": "^1.17.1",
    "supertest": "^1.1.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "browserify-shim": {
    "tinymce": "global:tinymce",
    "jquery": "global:$",
    "codemirror": "global:CodeMirror",
    "underscore": "global:_",
    "pikaday": "global.Pikaday",
    "moment": "global.moment"
  },
  "author": "Jed Watson",
  "homepage": "http://keystonejs.com/",
  "license": "MIT",
  "keywords": [
    "express",
    "web",
    "app",
    "cms",
    "admin",
    "framework",
    "mongoose",
    "gui",
    "site",
    "website",
    "forms"
  ],
  "readmeFilename": "README.md",
  "gitHead": "ef3fd612285315ea8e12f68da4c8d6031e2c7fe7",
  "bugs": {
    "url": "https://github.com/keystonejs/keystone/issues"
  },
  "scripts": {
    "build": "NODE_ENV=production gulp build-packages",
    "build-dev": "gulp build-packages",
    "release": "gulp release",
    "test": "mocha",
    "lint": "eslint .",
    "pretest-cov": "npm run clean",
    "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "posttest-cov": "if [ -n \"$CODECLIMATE_REPO_TOKEN\" ]; then codeclimate < coverage/lcov.info; fi",
    "clean": "rimraf ./coverage"
  },
  "engines": {
    "node": ">= 0.10.28",
    "npm": ">= 1.4.9"
  }
}
