realms-wiki/bower.json
Simon Edwards 31c61e1c09 Update DataTables dependency to 1.10.7
This version includes a fix for a DataTables bug that can cause JS errors.
Possibly only affects certain jQuery versions but seems reproducible with
1.11.3

https://github.com/DataTables/DataTablesSrc/commit/485b259e5c
2015-07-27 16:34:34 +01:00

21 lines
526 B
JSON

{
"name": "realms",
"version": "0.1.2",
"dependencies": {
"components-bootstrap": "~3.2.0",
"components-font-awesome": "~4.2.0",
"jquery": "~1.11.1",
"highlightjs": "~8.0.0",
"handlebars": "~2.0.0",
"keymaster": "madrobby/keymaster",
"ace-builds": "~1.1.6",
"parsleyjs": "~2.0.3",
"marked": "~0.3.2",
"js-yaml": "~3.2.1",
"store-js": "~1.3.16",
"bootswatch-dist": "3.2.0-flatly",
"bootbox": "4.3.0",
"datatables": "1.10.7",
"datatables-plugins": "latest"
}
}