accountant-ui/bower.json

55 lines
1.1 KiB
JSON
Raw Permalink 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",
2016-01-29 13:42:25 +01:00
"main": [
2016-04-12 10:55:08 +02:00
"accountant-ui/index.html",
"accountant-ui/js/app.js"
2016-01-29 13:42:25 +01:00
],
2015-06-13 17:37:35 +02:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-01-24 19:05:51 +01:00
"jquery": "~2.2",
2016-03-27 22:49:41 +02:00
"moment": "~2.12",
2016-01-24 19:05:51 +01:00
"bootstrap": "~3.3.6",
"bootstrap-additions": "~0.3.1",
2016-02-08 22:28:21 +01:00
"angular": "~1.5",
"angular-resource": "~1.5",
"angular-route": "~1.5",
2016-01-24 19:05:51 +01:00
"angular-strap": "~2.3.6",
2016-02-18 15:56:12 +01:00
"angular-xeditable": "~0.1",
2016-04-10 15:21:02 +02:00
"angular-ui-notification": "~0.2",
2016-01-24 19:05:51 +01:00
"highcharts-ng": "~0.0.11",
"highstock-release": "~4.2",
2016-03-27 22:49:41 +02:00
"angular-http-auth": "~1.3",
2016-01-24 19:05:51 +01:00
"meanie-angular-storage": "~1.1",
"font-awesome": ">=4.5.0",
2016-01-29 13:42:25 +01:00
"bootbox": "~4.4.0",
2016-04-10 15:21:02 +02:00
"angular-bootstrap": "~1.3",
2016-02-08 22:25:47 +01:00
"ngBootbox": "^0.1.3"
2016-01-29 13:42:25 +01:00
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"font-awesome": {
"main": [
"./css/font-awesome.css",
"./fonts/*"
]
}
2015-06-13 17:37:35 +02:00
}
}