{
  "name": "administrate",
  "description": "Middleware that provides an admin backend site for Express 4.x and Mongoose models",
  "keywords": [
    "mongoose",
    "mongodb",
    "expressjs",
    "django",
    "express",
    "admin",
    "backend"
  ],
  "homepage": "https://github.com/joeyfromspace/administrate",
  "license": "MIT",
  "author": "Joey Lappin (SWARM)",
  "version": "0.7.3",
  "engines": {
    "node": ">=4.4.1"
  },
  "scripts": {
    "test": "mocha test/ --delay"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joeyfromspace/administrate.git"
  },
  "dependencies": {
    "async": "1.5.2",
    "browser-request": "0.3.3",
    "bson": "0.4.21",
    "handlebars": "4.0.5",
    "jade": "1.11.0",
    "jquery": "2.2.1",
    "lodash": "4.6.1",
    "moment": "2.11.2",
    "mongoose": "4.3.6",
    "pluralize": "1.2.1",
    "underscore": "1.8.3",
    "urijs": "1.17.1",
    "velocity-animate": "1.2.3",
    "webfontloader": "1.6.22"
  },
  "devDependencies": {
    "babel-preset-es2015": "6.6.0",
    "babelify": "7.2.0",
    "brfs": "1.4.3",
    "browserify": "13.0.0",
    "chai": "3.4.1",
    "chai-fuzzy": "1.6.0",
    "chai-http": "1.0.0",
    "chai-things": "0.2.0",
    "faker": "3.0.1",
    "gulp": "^3.7.0",
    "gulp-browserify": "0.5.1",
    "gulp-sourcemaps": "1.6.0",
    "gulp-watch": "^4.3.5",
    "mocha": "2.3.4",
    "vinyl-buffer": "1.0.0",
    "vinyl-source-stream": "1.1.0",
    "watchify": "3.7.0"
  }
}
