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",
|
|
|
|
"moment": "2.10.3",
|
|
|
|
"bootstrap": "3.3.4",
|
|
|
|
"bootstrap-datepicker": "1.4.0",
|
|
|
|
"font-awesome": "4.3.0",
|
2015-06-15 13:02:06 +02:00
|
|
|
"pines-notify": "2.0.1",
|
2015-07-10 11:52:27 +02:00
|
|
|
"angular": "1.4.1",
|
|
|
|
"angular-resource": "1.4.1",
|
|
|
|
"angular-route": "1.4.1",
|
2015-06-13 17:37:35 +02:00
|
|
|
"angular-strap": "2.2.4",
|
2015-06-16 17:20:19 +02:00
|
|
|
"highstock-release": "2.1.6",
|
2015-06-15 13:02:06 +02:00
|
|
|
"highcharts-ng": "0.0.8"
|
2015-06-13 17:37:35 +02:00
|
|
|
}
|
|
|
|
}
|