Files
sineQL/package.json
2021-04-06 09:06:52 +10:00

24 lines
485 B
JSON

{
"name": "sineql",
"version": "0.3.1",
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ratstail91/sineQL.git"
},
"keywords": [
"graphql",
"rest",
"query"
],
"author": "Kayne Ruse",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ratstail91/sineQL/issues"
},
"homepage": "https://github.com/Ratstail91/sineQL#readme"
}