accountant-ui/package.json

32 lines
914 B
JSON
Raw Normal View History

2015-06-13 17:37:35 +02:00
{
"name": "accountant",
"version": "0.1.0",
"repository": "https://git.lahouze.org/xals/accountant",
"license": "AGPL-1.0",
2016-01-29 13:42:25 +01:00
"devDependencies": {
2016-02-01 21:56:49 +01:00
"grunt": "^0.4.5",
2016-01-29 13:42:25 +01:00
"grunt-bg-shell": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
2016-02-01 21:56:49 +01:00
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
2016-02-01 21:56:49 +01:00
"grunt-contrib-watch": "^0.6.1",
"grunt-copy": "^0.1.0",
"grunt-filerev": "^2.3.1",
2016-02-01 21:56:49 +01:00
"grunt-flake8": "^0.1.3",
"grunt-htmllint": "^0.2.7",
"grunt-include-source": "^0.7.1",
2016-02-01 21:56:49 +01:00
"grunt-jscs": "^2.7.0",
2016-01-29 13:42:25 +01:00
"grunt-newer": "^1.1.1",
2016-02-18 15:53:28 +01:00
"grunt-ng-annotate": "^1.0.1",
2016-02-01 21:56:49 +01:00
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1",
2016-01-29 13:42:25 +01:00
"grunt-wiredep": "^2.0.0",
2016-02-01 21:56:49 +01:00
"jshint-stylish": "^2.1.0",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.3.0"
2016-01-29 13:42:25 +01:00
}
2015-06-13 17:37:35 +02:00
}