[TASK] Add required information into package.json
This commit is contained in:
parent
9987e443f7
commit
4c26a8c2c9
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue