rejigger the way bower works

This commit is contained in:
Adam Shaw
2014-05-31 01:18:10 -07:00
parent 3514ce59eb
commit 2bd0037b2f
4 changed files with 13 additions and 23 deletions
+12 -4
View File
@@ -1,14 +1,22 @@
{
"name": "fullcalendar",
"version": "2.0.0-beta2",
"devDependencies": {
"moment": "2.6.0",
"moment-timezone": "~0.0.6",
"dependencies": {
"jquery": "~1.10.2",
"moment": ">=2.6.0"
},
"devDependencies": {
"moment-timezone": "~0.0.6",
"jquery-ui": "~1.10.3",
"jquery-simulate-ext": "~1.3.0",
"jquery-mockjax": "~1.5.3",
"jasmine-jquery": "~2.0.3",
"jasmine-fixture": "~1.2.0"
}
},
"main": [
"dist/fullcalendar.js",
"dist/fullcalendar.css"
]
}