12345678910111213141516171819202122 |
- {
- "name": "asystem",
- "version": "1.0.3",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.tum.dk/tum.dk/asystem.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "async": "^2.6.1",
- "libs": "git+ssh://git@git.tum.dk/tum.dk/libs.git",
- "opath": "git+ssh://git@git.tum.dk/tum.dk/opath.git",
- "tools2": "git+ssh://git@git.tum.dk/tum.dk/tools2.js.git",
- "sharedkey-thing": "git+ssh://git@git.tum.dk/tum.dk/sharedkey-thing.git"
- }
- }
|