accountant-ui/bower.json

34 lines
748 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": {
2016-01-24 19:05:51 +01:00
"jquery": "~2.2",
"moment": "~2.11",
"bootstrap": "~3.3.6",
"bootstrap-additions": "~0.3.1",
2015-12-18 10:52:31 +01:00
"angular": "~1.4",
2016-01-24 19:05:51 +01:00
"angular-resource": "~1.4",
"angular-route": "~1.4",
"angular-strap": "~2.3.6",
"angular-xeditable": "~0.1.9",
"angular-ui-notification": "~0.1.0",
2016-01-24 19:05:51 +01:00
"highcharts-ng": "~0.0.11",
"highstock-release": "~4.2",
"angular-http-auth": "~1.2.3",
"meanie-angular-storage": "~1.1",
"font-awesome": ">=4.5.0",
"bootbox": "~4.4.0"
2015-06-13 17:37:35 +02:00
}
}