1234567891011121314151617181920212223242526 |
- {
- "name": "asocketserver",
- "version": "0.0.5",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.tum.dk/tum.dk/asocketserver.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "aserver": "https://git.tum.dk/tum.dk/aserver/archive/v0.0.14.tar.gz",
- "aserver-extend": "https://git.tum.dk/tum.dk/aserver-extend/archive/v0.0.4.tar.gz",
- "aserver-tools": "https://git.tum.dk/tum.dk/aserver-tools/archive/v0.0.2.tar.gz",
- "diff": "^3.5.0",
- "fs-extra": "^7.0.1",
- "lodash": "^4.17.11",
- "optimist": "^0.6.1",
- "path": "^0.12.7",
- "request": "^2.88.0"
- }
- }
|