[TASK] Add required information into package.json

This commit is contained in:
Milan Pässler 2017-03-18 16:29:30 +01:00
parent ae59f75594
commit 340c1d9a53

View file

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