{
	"name": "elo7-cookie-amd",
	"version": "1.1.4",
	"license": "BSD-3-Clause",
	"description": "Browser cookie management",
	"keywords": [
		"JS",
		"cookie"
	],
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/elo7/cookie-amd.git"
	},
	"scripts": {
		"lint": "eslint cookie.js test/*",
		"build": "terser cookie.js -o cookie.min.js --compress drop_console=true --mangle",
		"pretest": "npm run lint && npm run build",
		"test": "mocha test --recursive --reporter nyan"
	},
	"author": "Elo7",
	"dependencies": {
		"define-async": "1.3.2"
	},
	"devDependencies": {
		"eslint": "6.8.0",
		"mocha": "7.1.2",
		"terser": "4.6.13"
	}
}
