mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-15 15:40:53 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "ledgerrb",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Ledger reporting for the Web",
|
||
|
"main": "./app/index.html",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/cycojesus/ledgerrb.git"
|
||
|
},
|
||
|
"author": "Gwenhael Le Moine",
|
||
|
"license": "GPL-3.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/cycojesus/ledgerrb/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/cycojesus/ledgerrb#readme",
|
||
|
"dependencies": {
|
||
|
"angular": "^1.5.8",
|
||
|
"angular-animate": "^1.5.8",
|
||
|
"angular-aria": "^1.5.8",
|
||
|
"angular-i18n": "^1.5.8",
|
||
|
"angular-loader": "^1.5.8",
|
||
|
"angular-loading-bar": "^0.9.0",
|
||
|
"angular-material": "^1.1.0-rc.5",
|
||
|
"angular-messages": "^1.5.8",
|
||
|
"angular-mocks": "^1.5.8",
|
||
|
"angular-moment": "^1.0.0-beta.6",
|
||
|
"angular-nvd3": "^1.0.8",
|
||
|
"angular-ui-router": "^0.3.1",
|
||
|
"angularjs-nvd3-directives": "0.0.8",
|
||
|
"boilerplate": "^0.6.1",
|
||
|
"d3": "^3.5.17",
|
||
|
"hammerjs": "^2.0.8",
|
||
|
"moment": "^2.14.1",
|
||
|
"nvd3": "^1.8.4",
|
||
|
"underscore": "^1.8.3"
|
||
|
}
|
||
|
}
|