forked from invoiceninja/invoiceninja
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 763 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"
}
}