package.lua 268 B

1234567891011
  1. return {
  2. name = 'bjornbytes/graphql',
  3. version = '0.0.2',
  4. description = 'Lua GraphQL implementation',
  5. license = 'MIT',
  6. author = { url = 'https://github.com/bjornbytes' },
  7. homepage = 'https://github.com/bjornbytes/graphql-lua',
  8. files = {
  9. '*.lua'
  10. }
  11. }