mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-01 16:50:24 +08:00
16 lines
231 B
JSON
16 lines
231 B
JSON
{
|
|
"name": "fullcalendar",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"jquery": "~1.10.2",
|
|
"jquery-ui": "~1.10.3"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|