{
  "name": "cookie-monster",
  "description": "Browserify-compatible module to get and set cookies in the browser",
  "version": "0.2.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/kahnjw/cookie-monster.git"
  },
  "scripts": {
    "test": "karma start"
  },
  "main": "index.js",
  "keywords": [
    "cookie",
    "browser",
    "browserify"
  ],
  "license": "MIT",
  "author": {
    "name": "Jarrod Kahn",
    "email": "jarrod.kahn@gmail.com"
  },
  "devDependencies": {
    "bindpolyfill": "0.0.0",
    "browserify": "^13.0.1",
    "chai": "^3.5.0",
    "karma": "^1.0.0",
    "karma-browserify": "^5.0.5",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.0.1",
    "karma-mocha-reporter": "^2.0.4",
    "karma-phantomjs-launcher": "^1.0.1",
    "mocha": "^2.5.3",
    "watchify": "^3.7.0"
  }
}
