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

29 lines
630 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",
"bootstrap": "~3.*",
"jquery-ui": "~1.*",
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.*",
"knockout-mapping": "*",
"knockout-sortable": "*",
"font-awesome": "~4.*",
"underscore": "~1.*",
"jspdf": "*",
"bootstrap-datepicker": "~1.*",
"typeahead.js": "~0.9.3",
"accounting": "~0.*",
"spectrum": "~1.3.4",
"d3": "~3.4.11",
"handsontable": "*",
2015-05-27 18:52:10 +02:00
"pdfmake": "*",
"moment": "*"
2015-04-12 16:19:26 +02:00
},
"resolutions": {
"jquery": "~1.11"
}
}