is-cookie-http-only
Version:
Checks whether cookie is HTTP only
23 lines (22 loc) • 479 B
JSON
{
"name": "is-cookie-http-only",
"version": "0.1.0",
"description": "Checks whether cookie is HTTP only",
"main": "dist.js",
"license": "MIT",
"scripts": {
"build": "webpack -p",
"test:watch": "testem",
"test": "testem ci",
"precommit": "npm run build && npm test"
},
"dependencies": {
"js-cookie": "2.2.0"
},
"devDependencies": {
"husky": "^0.14.3",
"testem": "^2.0.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
}
}