package.json 383 B

1234567891011121314151617
  1. {
  2. "name": "aurora",
  3. "license": "GPLv3",
  4. "description": "A 3D Graphics Engine.",
  5. "copyright": "Copyright © 2014, Felix 'Zoadian' Hufnagel",
  6. "authors": ["Felix 'Zoadian' Hufnagel"],
  7. "targetPath": "bin",
  8. "targetType": "library",
  9. "dependencies": {
  10. "derelict-util" : "~master",
  11. "derelict-gl3" : "~master",
  12. "derelict-glfw3" : "~master",
  13. "derelict-ft" : "~master"
  14. }
  15. }