mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-27 09:58:20 +01:00
48 lines
1.3 KiB
JSON
48 lines
1.3 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": {
|
|
"@uirouter/angularjs": "^1.0.11",
|
|
"angular": "^1.6.7",
|
|
"angular-animate": "^1.6.7",
|
|
"angular-aria": "^1.6.7",
|
|
"angular-i18n": "^1.6.7",
|
|
"angular-loader": "^1.6.7",
|
|
"angular-loading-bar": "^0.9.0",
|
|
"angular-messages": "^1.6.7",
|
|
"angular-mocks": "^1.6.7",
|
|
"angular-moment": "^1.2.0",
|
|
"angular-nvd3": "^1.0.8",
|
|
"angularjs-nvd3-directives": "0.0.8",
|
|
"angularjs-slider": "^6.4.3",
|
|
"boilerplate": "^0.6.1",
|
|
"d3": "^3.5.17",
|
|
"google-closure-compiler-js": "^20170910.0.1",
|
|
"hammerjs": "^2.0.8",
|
|
"moment": "^2.19.4",
|
|
"nvd3": "^1.8.4",
|
|
"sweetalert2": "^7.0.9",
|
|
"typescript": "^2.6.2",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/angular": "^1.6.39",
|
|
"@types/sweetalert": "^1.1.28",
|
|
"@types/underscore": "^1.8.5"
|
|
}
|
|
}
|