UNPKG

cookie-domain-monster

Version:

Utility function for extracting cookie domain from a list of hosts

32 lines (31 loc) 871 B
{ "name": "cookie-domain-monster", "version": "0.0.5", "description": "Utility function for extracting cookie domain from a list of hosts", "main": "./index.js", "scripts": { "build": "babel src -d lib", "prepublish": "npm run build", "test": "mocha 'test/**/*.spec.js' --compilers js:babel-core/register" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/honeypotio/cookie-domain-monster.git" }, "keywords": [ "brownies" ], "author": "Honeypot GmbH", "license": "MIT", "bugs": { "url": "https://github.com/honeypotio/cookie-domain-monster/issues" }, "homepage": "https://github.com/honeypotio/cookie-domain-monster#readme", "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.13.1", "babel-preset-es2015": "^6.13.1", "expect": "^1.20.2", "mocha": "^3.0.1" } }