1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00
invoiceninja/package.json
2014-04-28 23:05:37 +03:00

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"
}
}