{
  "name": "zebra_cookie",
  "description": "A ridiculously small (~500 bytes minified) JavaScript API for writing, reading and deleting browser cookies",
  "author": {
    "name": "Stefan Gabos",
    "email": "contact@stefangabos.ro"
  },
  "homepage": "https://github.com/stefangabos/Zebra_Cookie",
  "main": "dist/zebra_cookie.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefangabos/Zebra_Cookie.git"
  },
  "license": "LGPL-3.0",
  "version": "4.0.0",
  "keywords": [
    "cookie",
    "cookies",
    "client",
    "browser"
  ],
  "bugs": {
    "url": "https://github.com/stefangabos/Zebra_cookie/issues",
    "email": "contact@stefangabos.ro"
  },
  "devDependencies": {
    "grunt": "^1.5.3",
    "grunt-cli": "^1.5.0",
    "grunt-contrib-copy": "*",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "*",
    "grunt-eslint": "^25.0.0",
    "grunt-newer": "*",
    "grunt-notify": "*",
    "time-grunt": "^2.0.0"
  }
}
