{
  "author": "Roman Shtylman <shtylman@gmail.com>",
  "name": "cookie",
  "description": "cookie parsing and serialization",
  "version": "0.1.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/shtylman/node-cookie.git"
  },
  "keywords": [
    "cookie",
    "cookies"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "1.x.x"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
