mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-29 16:30:15 +08:00
22 lines
498 B
JSON
22 lines
498 B
JSON
{
|
|
"name": "fullcalendar",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arshaw/fullcalendar.git"
|
|
},
|
|
"devDependencies": {
|
|
"underscore": "~1.4.4",
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-concat": "~0.1.2",
|
|
"grunt-contrib-uglify": "~0.1.1",
|
|
"grunt-contrib-copy": "~0.4.0",
|
|
"grunt-contrib-compress": "~0.4.0",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"lumbar": "~2.0.0-beta19"
|
|
},
|
|
"scripts": {
|
|
"install": "bower install"
|
|
}
|
|
}
|