mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-07 11:22:28 +08:00
17 lines
250 B
JSON
17 lines
250 B
JSON
{
|
|
"name": "jasmine-jquery",
|
|
"version": "2.0.5",
|
|
"main": "lib/jasmine-jquery.js",
|
|
"ignore": [
|
|
"test",
|
|
"vendor",
|
|
".*",
|
|
"HISTORY.md",
|
|
"SpecRunner.html"
|
|
],
|
|
"dependencies": {
|
|
"jasmine": ">=2",
|
|
"jquery": ">=2"
|
|
}
|
|
}
|