1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
invoiceninja/bower.json

28 lines
607 B
JSON
Raw Normal View History

2014-01-05 15:03:29 +01:00
{
"name": "hillelcoren/invoice-ninja",
"version": "0.9.0",
"dependencies": {
2014-05-06 10:50:17 +02:00
"jquery": "~1.11",
2014-01-05 15:03:29 +01:00
"bootstrap": "~3.*",
"jquery-ui": "~1.*",
"datatables": "~1.*",
"datatables-bootstrap3": "*",
"knockout.js": "~3.*",
"knockout-mapping": "*",
"knockout-sortable": "*",
"font-awesome": "~4.*",
"underscore": "~1.*",
"jspdf": "*",
"bootstrap-datepicker": "~1.*",
"typeahead.js": "~0.9.3",
"accounting": "~0.*",
2014-04-29 22:46:40 +02:00
"pdfjs": "*",
2014-10-01 02:47:56 +02:00
"spectrum": "~1.3.4",
"handsontable": "*",
2014-10-03 01:51:21 +02:00
"d3": "~3.4.11"
2014-07-04 18:12:44 +02:00
},
"resolutions": {
"jquery": "~1.11"
2014-01-05 15:03:29 +01:00
}
2014-04-29 22:46:40 +02:00
}