Skip to content

Commit

Permalink
Initial package.json, though still no code
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzer committed Feb 2, 2016
1 parent 0dd34d6 commit edb6e90
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
13 changes: 0 additions & 13 deletions LICENSE

This file was deleted.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "graphql-tester",
"version": "0.0.1",
"description": "Module for writing fluent tests against a GraphQL API",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sazzer/graphql-tester.git"
},
"keywords": [
"graphql",
"test"
],
"author": "Graham Cox <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sazzer/graphql-tester/issues"
},
"homepage": "https://github.com/sazzer/graphql-tester#readme"
}

0 comments on commit edb6e90

Please sign in to comment.