package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "extract-opts",
  3. "version": "2.2.0",
  4. "description": "Extract the options and callback from a function's arguments easily",
  5. "homepage": "https://github.com/bevry/extract-opts",
  6. "keywords": [
  7. "opts",
  8. "options",
  9. "cb",
  10. "callback",
  11. "next",
  12. "flow",
  13. "args",
  14. "optional",
  15. "arguments",
  16. "extract"
  17. ],
  18. "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
  19. "maintainers": [
  20. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  21. ],
  22. "contributors": [
  23. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  24. ],
  25. "bugs": {
  26. "url": "https://github.com/bevry/extract-opts/issues"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "http://github.com/bevry/extract-opts.git"
  31. },
  32. "engines": {
  33. "node": ">=0.4"
  34. },
  35. "dependencies": {
  36. "typechecker": "~2.0.1"
  37. },
  38. "devDependencies": {
  39. "coffee-script": "~1.6.2",
  40. "joe": "~1.2.0",
  41. "joe-reporter-console": "~1.2.1",
  42. "chai": "~1.5.0",
  43. "eachr": "~2.0.2"
  44. },
  45. "directories": {
  46. "lib": "./out/lib"
  47. },
  48. "scripts": {
  49. "test": "node ./out/test/extract-opts-test.js"
  50. },
  51. "main": "./out/lib/extract-opts.js",
  52. "__npminstall_done": true,
  53. "_from": "extract-opts@2.2.0",
  54. "_resolved": "https://registry.npmmirror.com/extract-opts/-/extract-opts-2.2.0.tgz"
  55. }