12345678910111213141516171819202122232425 |
- {
- "name": "libs",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.tum.dk/tum.dk/libs.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "async": "^2.6.1",
- "aws-sdk": "^2.315.0",
- "buffa": "https://git.tum.dk/tum.dk/buffa/archive/v0.0.2.tar.gz",
- "file-type": "^10.0.0",
- "jszip": "^3.1.5",
- "node-fetch": "^2.2.0",
- "opath": "https://git.tum.dk/tum.dk/opath/archive/v0.0.1.tar.gz"
- }
- }
|