Skip to content

Commit

Permalink
feat(package): add extra meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Oct 9, 2016
1 parent 89a6f4f commit 847c70e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store
node_modules
npm-debug.log*
TODO.md
.vscode
src
typings
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
{
"name": "postgraphql",
"version": "2.0.0",
"main": "index.js",
"files": [
"index.js",
"dist",
"queries"
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘",
"author": "Caleb Meredith <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/calebmer/postgraphql#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/calebmer/postgraphql.git"
},
"bugs": {
"url": "https://github.com/calebmer/postgraphql/issues"
},
"keywords": [
"graphql",
"postgres",
"schema",
"reflection",
"server",
"relay",
"connection"
],
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "ava",
Expand Down

0 comments on commit 847c70e

Please sign in to comment.