28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"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",
|
|
"pines-notify": "2.0.1",
|
|
"angular": "1.4.0",
|
|
"angular-strap": "2.2.4",
|
|
"highstock-release": "2.1.6",
|
|
"highcharts-ng": "0.0.8"
|
|
}
|
|
}
|