accountant-ui/bower.json

34 lines
736 B
JSON
Raw Normal View History

2015-06-13 17:37:35 +02:00
{
"name": "accountant",
"version": "0.1.0",
"authors": [
"Alexis Lahouze <xals@lahouze.org>"
],
"license": "AGPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.4",
2015-07-29 15:08:25 +02:00
"moment": "2.10.6",
2015-12-18 10:52:31 +01:00
"bootstrap": "3.3.6",
2015-07-29 15:08:25 +02:00
"bootstrap-additions": "0.3.1",
2015-12-18 10:52:31 +01:00
"angular": "~1.4",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-strap": "2.3.6",
2015-08-16 00:41:12 +02:00
"angular-xeditable": "0.1.9",
2015-12-18 11:20:17 +01:00
"angular-notify": "2.5.0",
2015-12-18 10:52:31 +01:00
"highcharts-ng": "0.0.11",
"highstock-release": "2.1.10",
"angular-http-auth": "1.2.3",
"meanie-angular-storage": "1.0.3",
"font-awesome": "4.5.0",
2015-08-19 15:49:11 +02:00
"bootbox": "4.4.0"
2015-06-13 17:37:35 +02:00
}
}