浏览代码

Add package.lua;

bjorn 9 年之前
父节点
当前提交
9f6aede587
共有 1 个文件被更改,包括 8 次插入0 次删除
  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'
+}