1
1

package.json 329 B

1234567891011121314
  1. {
  2. "name": "derelict_extras-escapi",
  3. "license": "BSL-1.0",
  4. "description": "A dynamic binding to the escapi library.",
  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. }
  12. }