{
  "name": "file-cookie-store",
  "version": "0.2.1",
  "description": "Store cookies in Netscape's file",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/JSBizon/file-cookie-store.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "keywords": [
    "Netscape",
    "cookie",
    "jar",
    "Netscape file",
    "cookiejar",
    "tough-cookie",
    "file cookie",
    "cookie store"
  ],
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~2.2.1",
    "grunt": "~0.4",
    "grunt-cli": "~0.1.13",
    "grunt-mocha-test": "~0.12.2",
    "grunt-contrib-jshint": "~0.10.0"
  },
  "dependencies": {
    "tough-cookie": "~2.0.0",
    "punycode": "~1.2.3",
    "lockfile": "~1.0.0",
    "q": "~1.0.1"
  },
  "author": "Dmitry Nizovtsev (https://github.com/JSBizon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JSBizon/file-cookie-store/issues"
  },
  "directories": {
    "test": "test"
  }
}
