mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "hillelcoren/invoice-ninja",
|
|
"version": "0.9.0",
|
|
"dependencies": {
|
|
"jquery": "~1.11",
|
|
"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.*",
|
|
"spectrum": "~1.3.4",
|
|
"d3": "~3.4.11",
|
|
"handsontable": "*"
|
|
},
|
|
"resolutions": {
|
|
"jquery": "~1.11"
|
|
}
|
|
}
|