A Cookie management plugin for YAPS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
613 B

{
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
"bugs": {
"url": "https://github.com/brettlangdon/yaps-cookies/issues"
},
"dependencies": {
"cookie": "~0.1.0"
},
"description": "Cookie management plugin for YAPS",
"keywords": [
"yaps",
"http",
"cookie"
],
"license": "MIT",
"main": "index.js",
"name": "yaps-cookies",
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/yaps-cookies.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.0"
}