Browse Source

Add package.lua;

bjorn 9 years ago
parent
commit
9f6aede587
1 changed files with 8 additions and 0 deletions
  1. 8 0
      package.lua

+ 8 - 0
package.lua

@@ -0,0 +1,8 @@
+return {
+  name = 'bjornbytes/graphql',
+  version = '0.0.1',
+  description = 'Lua GraphQL implementation',
+  license = 'MIT',
+  author = { url = 'https://github.com/bjornbytes' },
+  homepage = 'https://github.com/bjornbytes/graphql-lua'
+}