Explorar el Código

Add package.lua;

bjorn hace 9 años
padre
commit
9f6aede587
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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'
+}