55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "accountant",
|
|
"version": "0.1.0",
|
|
"authors": [
|
|
"Alexis Lahouze <xals@lahouze.org>"
|
|
],
|
|
"license": "AGPL",
|
|
"main": [
|
|
"accountant/frontend/templates/layout.html",
|
|
"accountant/frontend/static/js/app.js"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~2.2",
|
|
"moment": "~2.11",
|
|
"bootstrap": "~3.3.6",
|
|
"bootstrap-additions": "~0.3.1",
|
|
"angular": "~1.5",
|
|
"angular-resource": "~1.5",
|
|
"angular-route": "~1.5",
|
|
"angular-strap": "~2.3.6",
|
|
"angular-xeditable": "~0.1.9",
|
|
"angular-ui-notification": "~0.1.0",
|
|
"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",
|
|
"angular-bootstrap": "^1.1.1",
|
|
"ngBootbox": "^0.1.3"
|
|
},
|
|
"overrides": {
|
|
"bootstrap": {
|
|
"main": [
|
|
"less/bootstrap.less",
|
|
"dist/css/bootstrap.css",
|
|
"dist/js/bootstrap.js"
|
|
]
|
|
},
|
|
"font-awesome": {
|
|
"main": [
|
|
"./css/font-awesome.css",
|
|
"./fonts/*"
|
|
]
|
|
}
|
|
}
|
|
}
|