{
  "name": "bootie",
  "version": "0.3.47",
  "description": "Bootie",
  "main": "index.js",
  "scripts": {
    "lint": "jshint .",
    "pretest": "npm run lint",
    "test": "npm run test-unit",
    "test-unit": "mocha --reporter spec --require test/support/common --bail --check-leaks --recursive test/unit/",
    "test-integration": "mocha --reporter spec --require test/support/common --bail --check-leaks --recursive test/integration/"
  },
  "homepage": "https://github.com/airbrite/bootie",
  "repository": {
    "type": "git",
    "url": "https://github.com/airbrite/bootie.git"
  },
  "keywords": [
    "bootie"
  ],
  "dependencies": {
    "accounting": "0.4.1",
    "backbone": "1.1.2",
    "bluebird": "2.9.25",
    "debug": "2.1.3",
    "express": "4.12.3",
    "hbs": "3.0.1",
    "lodash": "3.8.0",
    "moment": "2.10.2",
    "mongodb": "1.4.35",
    "mongodb-objectid-helper": "0.2.0",
    "redis": "0.12.1",
    "request": "2.55.0",
    "urlsafe-base64": "1.0.0",
    "uuid": "2.0.1",
    "xml2js": "0.4.8"
  },
  "devDependencies": {
    "chai": "*",
    "chai-as-promised": "*",
    "chai-datetime": "*",
    "eyes": "git://github.com/airbrite/eyes.js.git",
    "jshint": "*",
    "mocha": "*",
    "sinon": "*",
    "sinon-as-promised": "*",
    "sinon-chai": "*"
  },
  "author": {
    "name": "Peter Shih",
    "web": "https://github.com/ptshih"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}
