accountant-ui/bower.json

32 lines
668 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",
"bootstrap": "3.3.5",
"bootstrap-additions": "0.3.1",
2015-06-15 13:02:06 +02:00
"pines-notify": "2.0.1",
2015-07-29 15:08:25 +02:00
"angular": "1.4.3",
"angular-resource": "1.4.3",
"angular-route": "1.4.3",
"angular-strap": "2.3.1",
"highstock-release": "2.1.7",
"highcharts-ng": "0.0.8",
2015-08-16 00:41:12 +02:00
"font-awesome": "4.4.0",
"angular-xeditable": "0.1.9",
"angular-pnotify": "0.0.6"
2015-06-13 17:37:35 +02:00
}
}