package.json 649 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "libs",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "ssh://git@git.tum.dk/tum.dk/libs.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "async": "^2.6.1",
  17. "aws-sdk": "^2.315.0",
  18. "buffa": "https://git.tum.dk/tum.dk/buffa/archive/v0.0.2.tar.gz",
  19. "file-type": "^10.0.0",
  20. "jszip": "^3.1.5",
  21. "node-fetch": "^2.2.0",
  22. "opath": "https://git.tum.dk/tum.dk/opath/archive/v0.0.1.tar.gz"
  23. }
  24. }