package.json 762 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "pac-resolver",
  3. "version": "2.0.0",
  4. "description": "Generates an asynchronous resolver function from a PAC file",
  5. "main": "index.js",
  6. "dependencies": {
  7. "co": "~3.0.6",
  8. "netmask": "~1.0.4",
  9. "degenerator": "~1.0.2",
  10. "thunkify": "~2.1.1",
  11. "ip": "1.0.1"
  12. },
  13. "devDependencies": {
  14. "mocha": "2"
  15. },
  16. "scripts": {
  17. "test": "mocha --reporter spec"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/TooTallNate/node-pac-resolver.git"
  22. },
  23. "keywords": [
  24. "pac",
  25. "file",
  26. "proxy",
  27. "resolve",
  28. "dns"
  29. ],
  30. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/TooTallNate/node-pac-resolver/issues"
  34. }
  35. }