meteorite/package.json
Nicholas Zuber 7aa5a704cc Package file
2018-10-25 23:04:34 -04:00

24 lines
611 B
JSON

{
"name": "github-notifications",
"version": "1.0.0",
"description": "Smart GitHub notifications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nickzuber/github-notifications.git"
},
"keywords": [
"github",
"notifications"
],
"author": "Nick Zuber <zuber.nicholas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickzuber/github-notifications/issues"
},
"homepage": "https://github.com/nickzuber/github-notifications#readme"
}