accountant-ui/package.json

26 lines
701 B
JSON

{
"name": "accountant",
"version": "0.1.0",
"repository": "https://git.lahouze.org/xals/accountant",
"license": "AGPL-1.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.12",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy": "^0.1.0",
"grunt-flake8": "^0.1.3",
"grunt-htmllint": "^0.2.7",
"grunt-jscs": "^2.7.0",
"grunt-newer": "^1.1.1",
"grunt-shell": "^1.1.2",
"grunt-wiredep": "^2.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.3.0"
}
}