meteorite/package.json

28 lines
643 B
JSON
Raw Normal View History

2018-10-26 06:04:34 +03:00
{
2018-10-26 07:05:14 +03:00
"name": "meteorite",
2018-10-26 06:04:34 +03:00
"version": "1.0.0",
2018-10-26 07:05:14 +03:00
"description": "Smarter GitHub notifications.",
2018-10-26 06:04:34 +03:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-10-26 07:05:14 +03:00
"url": "git+ssh://git@github.com:nickzuber/meteorite.git"
2018-10-26 06:04:34 +03:00
},
"keywords": [
"github",
"notifications"
],
"author": "Nick Zuber <zuber.nicholas@gmail.com>",
"license": "MIT",
"bugs": {
2018-10-26 07:05:14 +03:00
"url": "https://github.com/nickzuber/meteorite/issues"
2018-10-26 06:04:34 +03:00
},
2018-10-26 07:05:14 +03:00
"homepage": "https://github.com/nickzuber/meteorite#readme",
"dependencies": {
"axios": "^0.18.0",
"graphql": "^14.0.2"
}
2018-10-26 06:04:34 +03:00
}