mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
19 lines
240 B
JSON
19 lines
240 B
JSON
|
{
|
||
|
"name": "jquery.cookie",
|
||
|
"version": "1.4.0",
|
||
|
"main": [
|
||
|
"./jquery.cookie.js"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.2"
|
||
|
},
|
||
|
"ignore": [
|
||
|
"test",
|
||
|
".*",
|
||
|
"*.json",
|
||
|
"*.md",
|
||
|
"*.txt",
|
||
|
"Gruntfile.js"
|
||
|
]
|
||
|
}
|