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