[TASK] Add required information into package.json

This commit is contained in:
Xaver Maierhofer 2016-05-29 00:49:58 +02:00 committed by Xaver Maierhofer
parent ae62bbf8a0
commit 1ca2b45f39
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
{
"name": "ffrgb-meshviewer",
"license": "AGPL",
"repository": {
"type": "git",
"url": "https://github.com/ffrgb/meshviewer.git"
},
"bugs": {
"url": "https://github.com/ffrgb/meshviewer/issues"
},
"scripts": {
"test": "node -e \"require('grunt').cli()\" '' clean lint"
},