accountant-ui/package.json

24 lines
630 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": {
2015-06-13 17:37:35 +02:00
"grunt": "0.4.5",
2016-01-29 13:42:25 +01:00
"grunt-bg-shell": "^2.3.1",
2015-06-13 17:37:35 +02:00
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
2016-01-29 13:42:25 +01:00
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-copy": "0.1.0",
"grunt-jscs": "^2.6.0",
"grunt-newer": "^1.1.1",
"grunt-shell": "1.1.2",
"grunt-wiredep": "^2.0.0",
"jshint-stylish": "2.0.0",
2015-06-13 17:37:35 +02:00
"load-grunt-configs": "0.4.3",
"load-grunt-tasks": "3.2.0",
2016-01-29 13:42:25 +01:00
"time-grunt": "1.2.1"
}
2015-06-13 17:37:35 +02:00
}