[TASK] Add required information into package.json

This commit is contained in:
Milan Pässler 2017-03-18 16:29:30 +01:00 committed by Milan Paessler
parent 9987e443f7
commit 4c26a8c2c9

View file

@ -1,5 +1,13 @@
{ {
"name": "hopglass", "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": { "scripts": {
"test": "node -e \"require('grunt').cli()\" '' clean lint" "test": "node -e \"require('grunt').cli()\" '' clean lint"
}, },