UNPKG

tough-cookie-file-store-sync

Version:
46 lines (45 loc) 1.05 kB
{ "name": "tough-cookie-file-store-sync", "version": "0.3.0", "description": "Store cookies in Netscape's file", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/msikma/file-cookie-store.git" }, "scripts": { "test": "./node_modules/mocha/bin/mocha --reporter spec --bail --timeout 10000 test/*.js" }, "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.3.3", "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/msikma/file-cookie-store/issues" }, "directories": { "test": "test" } }