Files
fullcalendar/package.json
T
2013-08-26 22:07:32 -07:00

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"
}
}