meteorite/package.json
Nicholas Zuber 4307e9283d Basic files
2018-10-26 00:05:14 -04:00

28 lines
643 B
JSON

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