koekiemonster
Version:
Browser and Nodejs compatible cookie interface
28 lines (27 loc) • 512 B
JSON
{
"name": "koekiemonster",
"description": "Browser and Nodejs compatible cookie interface",
"version": "2.2.1",
"repository": {
"type": "git",
"url": "git://github.com/3rd-Eden/koekiemonster.git"
},
"scripts": {
"test": "mocha test.js"
},
"main": "index.js",
"keywords": [
"cookie",
"koekje",
"koekie",
"monster",
"koekimonster",
"browser",
"browserify"
],
"license": "MIT",
"devDependencies": {
"assume": "^2.1.0",
"mocha": "^5.2.0"
}
}