package.json 804 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "asocketserver",
  3. "version": "0.0.3",
  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/asocketserver.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "aserver": "https://git.tum.dk/tum.dk/aserver/archive/v0.0.14.tar.gz",
  17. "aserver-extend": "https://git.tum.dk/tum.dk/aserver-extend/archive/v0.0.4.tar.gz",
  18. "aserver-tools": "https://git.tum.dk/tum.dk/aserver-tools/archive/v0.0.2.tar.gz",
  19. "diff": "^3.5.0",
  20. "fs-extra": "^7.0.1",
  21. "lodash": "^4.17.11",
  22. "optimist": "^0.6.1",
  23. "path": "^0.12.7",
  24. "request": "^2.88.0"
  25. }
  26. }