framework/js/bower.json

15 lines
354 B
JSON
Raw Normal View History

2015-04-25 20:58:39 +08:00
{
2015-05-07 14:11:04 +08:00
"name": "flarum",
2015-04-25 20:58:39 +08:00
"dependencies": {
"jquery": "~2.1.3",
2015-04-25 20:58:39 +08:00
"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 14:11:04 +08:00
"mithril": "lhorie/mithril.js#next",
"es6-micro-loader": "caridy/es6-micro-loader#v0.2.1",
"fastclick": "~1.0.6"
2015-04-25 20:58:39 +08:00
}
}