mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-13 14:09:20 +08:00
33 lines
834 B
JSON
33 lines
834 B
JSON
{
|
|
"name": "cookie",
|
|
"version": "1.4.1",
|
|
"title": "jQuery Cookie",
|
|
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
|
|
"author": {
|
|
"name": "Klaus Hartl",
|
|
"url": "https://github.com/carhartl"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Klaus Hartl",
|
|
"url": "https://github.com/carhartl"
|
|
},
|
|
{
|
|
"name": "Fagner Martins",
|
|
"url": "https://github.com/FagnerMartinsBrack"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/carhartl/jquery-cookie/master/MIT-LICENSE.txt"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.2"
|
|
},
|
|
"bugs": "https://github.com/carhartl/jquery-cookie/issues",
|
|
"homepage": "https://github.com/carhartl/jquery-cookie",
|
|
"docs": "https://github.com/carhartl/jquery-cookie#readme"
|
|
}
|