UNPKG

biskviit

Version:

Yet another module for http cookie handling

36 lines (35 loc) 917 B
{ "name": "biskviit", "version": "2.0.0", "description": "Yet another module for http cookie handling", "main": "lib/biskviit.js", "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "git+https://github.com/andris9/biskviit.git" }, "keywords": ["HTTP", "cookie", "cookies"], "author": "Andris Reinman", "license": "MIT", "bugs": { "url": "https://github.com/andris9/biskviit/issues" }, "homepage": "https://github.com/andris9/biskviit#readme", "devDependencies": { "chai": "^4.1.1", "eslint-config-nodemailer": "^1.2.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-eslint": "^20.0.0", "grunt-mocha-test": "^0.13.2", "mocha": "^3.5.0" }, "dependencies": { "psl": "^1.1.19" }, "engines": { "node": ">=1.0.0" } }