mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
30 lines
763 B
JSON
30 lines
763 B
JSON
{
|
|
"name": "ninja",
|
|
"version": "1.1.0",
|
|
"description": "An open-source invoicing site built with Laravel",
|
|
"main": "public/index.php",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hillelcoren/invoice-ninja.git"
|
|
},
|
|
"author": "Hillel Coren",
|
|
"license": "AAL",
|
|
"bugs": {
|
|
"url": "https://github.com/hillelcoren/invoice-ninja/issues"
|
|
},
|
|
"homepage": "https://github.com/hillelcoren/invoice-ninja",
|
|
"devDependencies": {
|
|
"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"
|
|
}
|
|
}
|