{
  "name": "cookies",
  "description": "Cookies, optionally signed using Keygrip.",
  "version": "0.6.2",
  "author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
  "contributors": [
    "Douglas Christopher Wilson <doug@somethingdoug.com>"
  ],
  "license": "MIT",
  "repository": "pillarjs/cookies",
  "main": "./lib/cookies",
  "dependencies": {
    "depd": "~1.1.0",
    "keygrip": "~1.0.1"
  },
  "devDependencies": {
    "express": "4.9.8",
    "istanbul": "0.4.4",
    "mocha": "2.5.3",
    "restify": "2.8.1",
    "supertest": "1.1.0"
  },
  "files": [
    "lib/",
    "History.md",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">= 0.8"
  },
  "scripts": {
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/"
  }
}
