package.json 361 B

1234567891011121314151617
  1. {
  2. "name": "zerotier-test-http",
  3. "version": "1.0.0",
  4. "description": "ZeroTier in-network HTTP test",
  5. "main": "agent.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "ZeroTier, Inc.",
  10. "license": "GPL-3.0",
  11. "dependencies": {
  12. "async": "^1.5.0",
  13. "express": "^4.13.3",
  14. "ipaddr.js": "^1.0.3"
  15. }
  16. }