1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00
invoiceninja/package.json

17 lines
371 B
JSON
Raw Normal View History

2015-03-12 01:44:39 +01:00
{
"private": true,
"devDependencies": {
2015-04-12 11:58:28 +02:00
"grunt": "~0.4.4",
2016-01-07 08:08:30 +01:00
"grunt-contrib-concat": "~0.4.0",
2015-04-12 11:58:28 +02:00
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
2016-01-07 08:08:30 +01:00
"grunt-dump-dir": "^0.1.2",
"gulp": "^3.8.8",
"laravel-elixir": "^6.0.0-10"
2015-04-13 11:23:43 +02:00
},
"dependencies": {
"grunt-dump-dir": "^0.1.2"
2015-03-12 01:44:39 +01:00
}
}