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.
32 lines
706 B
32 lines
706 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"
|
|
],
|
|
"version": "1.1.0",
|
|
"_release": "1.1.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.1.0",
|
|
"commit": "9924334a5c542d06ae594803660449fe4d7b4c5a"
|
|
},
|
|
"_source": "git://github.com/florian/cookie.js.git",
|
|
"_target": "^1.1.0",
|
|
"_originalSource": "cookie",
|
|
"_direct": true
|
|
}
|