Cachet/bower.json

19 lines
450 B
JSON
Raw Normal View History

2014-11-24 21:25:57 +00:00
{
2015-01-02 12:19:45 -06:00
"name": "Cachet",
"dependencies": {
2015-01-05 13:21:31 +00:00
"bootstrap-sass-official": "~3.3.1",
2015-01-02 12:19:45 -06:00
"humane-js": "~3.2.2",
"ionicons": "~2.0.0",
"jquery": "~2.1.1",
2015-01-05 13:21:31 +00:00
"jquery-minicolors": "~2.1.10",
"jquery-serialize-object": "~2.4.3",
2015-01-02 12:19:45 -06:00
"lodash": "~2.4.1",
"messenger": "~1.4.1",
2015-01-05 17:43:31 +00:00
"Sortable": "~1.0.0",
2015-01-02 12:19:45 -06:00
"animate-sass": "~0.6.2"
},
"resolutions": {
"jquery": "~2.1.1"
2015-01-02 12:19:45 -06:00
}
2014-11-24 21:25:57 +00:00
}