mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
663070e36b
- Added moment-timezone-with-data.js - Added new datetime format and variants
33 lines
732 B
JSON
33 lines
732 B
JSON
{
|
|
"name": "hillelcoren/invoice-ninja",
|
|
"version": "0.9.0",
|
|
"dependencies": {
|
|
"jquery": "1.11.3",
|
|
"bootstrap": "3.3.1",
|
|
"jquery-ui": "1.11.2",
|
|
"datatables": "1.10.4",
|
|
"datatables-bootstrap3": "*",
|
|
"knockout.js": "3.1.0",
|
|
"knockout-mapping": "2.4.1",
|
|
"knockout-sortable": "0.9.3",
|
|
"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",
|
|
"handsontable": "*",
|
|
"pdfmake": "*",
|
|
"moment": "*",
|
|
"jsoneditor": "*"
|
|
},
|
|
"resolutions": {
|
|
"jquery": "~1.11"
|
|
},
|
|
"devDependencies": {
|
|
"moment-timezone": "~0.4.0"
|
|
}
|
|
}
|