mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"gulp": "^3.8.8",
|
|
"laravel-elixir": "*",
|
|
"grunt": "~0.4.4",
|
|
"grunt-contrib-jshint": "~0.6.3",
|
|
"grunt-contrib-nodeunit": "~0.2.0",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-concat": "~0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"grunt-dump-dir": "^0.1.2"
|
|
}
|
|
}
|