framework/js/bower.json

14 lines
295 B
JSON
Raw Normal View History

2015-04-25 22:28:39 +09:30
{
2015-05-07 15:41:04 +09:30
"name": "flarum",
2015-04-25 22:28:39 +09:30
"dependencies": {
"jquery": "2.1.3",
"jquery.hotkeys": "jeresig/jquery.hotkeys#0.2.0",
"bootstrap": "~3.3.2",
"spin.js": "~2.0.1",
"moment": "~2.8.4",
"color-thief": "v2.0",
2015-05-07 15:41:04 +09:30
"mithril": "lhorie/mithril.js#next",
2015-04-25 22:28:39 +09:30
"loader.js": "~3.2.1"
}
}