mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
27 lines
675 B
JSON
27 lines
675 B
JSON
{
|
|
"name": "fullcalendar",
|
|
"version": "2.0.0-beta2",
|
|
"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",
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
"grunt-jscs-checker": "~0.3.2",
|
|
"lumbar": "~2.0.0-beta19",
|
|
"karma": "^0.12.1",
|
|
"karma-jasmine": "^0.2.2",
|
|
"karma-phantomjs-launcher": "^0.1.2"
|
|
},
|
|
"scripts": {
|
|
"install": "bower install"
|
|
}
|
|
}
|