소스 검색

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'
+}