package.json 599 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "iferr",
  3. "version": "0.1.5",
  4. "description": "Higher-order functions for easier error handling",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha",
  8. "prepublish": "coffee -c index.coffee"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/shesek/iferr"
  13. },
  14. "keywords": [
  15. "error",
  16. "errors"
  17. ],
  18. "author": "Nadav Ivgi",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/shesek/iferr/issues"
  22. },
  23. "homepage": "https://github.com/shesek/iferr",
  24. "devDependencies": {
  25. "coffee-script": "^1.7.1",
  26. "mocha": "^1.18.2"
  27. }
  28. }