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.
 
 
 
 
 
 

21 lines
409 B

{
"name": "cookie",
"description": "A tiny JavaScript library that simplifies cookies.",
"main": "cookie.js",
"authors": [
"Florian Hartmann <jscoderr@gmail.com>"
],
"license": "MIT",
"keywords": [
"cookie"
],
"homepage": "https://github.com/florian/cookie.js",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}