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

29 lines
649 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",
"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",
"bootstrap-datepicker": "1.4.0",
"typeahead.js": "0.9.3",
"accounting": "0.3.2",
"spectrum": "1.3.4",
"d3": "3.4.11",
2015-04-12 16:19:26 +02:00
"handsontable": "*",
2015-05-27 18:52:10 +02:00
"pdfmake": "*",
"moment": "*"
2015-04-12 16:19:26 +02:00
},
"resolutions": {
"jquery": "~1.11"
}
}