1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00
invoiceninja/bower.json

37 lines
879 B
JSON
Raw Normal View History

2015-04-12 16:19:26 +02:00
{
"name": "hillelcoren/invoice-ninja",
"version": "0.9.0",
"dependencies": {
"jquery": "1.11.3",
"bootstrap": "3.3.1",
"bootstrap-combobox": "1.1.5",
2016-07-21 14:35:23 +02:00
"jquery-ui": "1.11.2",
2015-05-10 21:02:35 +02:00
"datatables": "1.10.4",
2015-04-12 16:19:26 +02:00
"datatables-bootstrap3": "*",
"knockout.js": "3.1.0",
"knockout-mapping": "2.4.1",
"knockout-sortable": "0.9.3",
2015-04-12 16:19:26 +02:00
"font-awesome": "~4.*",
"underscore": "1.7.0",
"jspdf": "1.0.272",
2016-07-21 14:35:23 +02:00
"bootstrap-datepicker": "1.4.0",
2016-02-28 21:43:43 +01:00
"typeahead.js": "0.11.1",
"accounting": "0.3.2",
"spectrum": "1.3.4",
"d3": "3.4.11",
2015-04-12 16:19:26 +02:00
"handsontable": "*",
2016-07-21 14:35:23 +02:00
"pdfmake": "*",
2015-07-21 20:51:56 +02:00
"moment": "*",
2015-09-02 12:59:03 +02:00
"jsoneditor": "*",
2015-11-04 22:52:12 +01:00
"moment-timezone": "~0.4.0",
2015-12-10 20:36:34 +01:00
"quill": "~0.20.0",
2016-01-31 20:36:50 +01:00
"datetimepicker": "~2.4.5",
2016-02-28 21:43:43 +01:00
"stacktrace-js": "~1.0.1",
2016-03-23 03:23:45 +01:00
"fuse.js": "~2.0.2",
2016-07-21 14:35:23 +02:00
"dropzone": "~4.3.0"
2015-04-12 16:19:26 +02:00
},
"resolutions": {
"jquery": "~1.11"
}
}