Skip to content

Commit

Permalink
Fill out more fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhallin committed May 6, 2016
1 parent 486fa6a commit ebea68f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Dynamic documentation for GraphQL endpoints",
"main": "dist/graphql-docs.js",
"author": "Magnus Hallin <[email protected]>",
"license": "MIT",
"license": "SEE LICENSE IN LICENSE",
"files": [
"dist/",
"src/",
Expand All @@ -16,6 +16,18 @@
"lint": "./node_modules/.bin/eslint src",
"flow": "./node_modules/.bin/flow check"
},
"keywords": ["graphql", "react", "docs", "documentation"],
"homepage": "https://github.com/mhallin/graphql-docs",
"repository": {
"type": "git",
"url": "https://github.com/mhallin/graphql-docs.git"
},
"bugs": {
"url": "https://github.com/mhallin/graphql-docs/issues"
},
"engines": {
"node": ">= 4.4.0"
},
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
Expand Down

0 comments on commit ebea68f

Please sign in to comment.