package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "ee-first",
  3. "description": "return the first event in a set of ee/event pairs",
  4. "version": "1.0.3",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com"
  9. },
  10. "license": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/jonathanong/ee-first"
  14. },
  15. "devDependencies": {
  16. "mocha": "1"
  17. },
  18. "scripts": {
  19. "test": "mocha --reporter spec"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/jonathanong/ee-first/issues"
  23. },
  24. "homepage": "https://github.com/jonathanong/ee-first",
  25. "_id": "ee-first@1.0.3",
  26. "_shasum": "6c98c4089abecb5a7b85c1ac449aa603d3b3dabe",
  27. "_from": "ee-first@1.0.3",
  28. "_npmVersion": "1.4.9",
  29. "_npmUser": {
  30. "name": "jongleberry",
  31. "email": "jonathanrichardong@gmail.com"
  32. },
  33. "maintainers": [
  34. {
  35. "name": "jongleberry",
  36. "email": "jonathanrichardong@gmail.com"
  37. },
  38. {
  39. "name": "dougwilson",
  40. "email": "doug@somethingdoug.com"
  41. }
  42. ],
  43. "dist": {
  44. "shasum": "6c98c4089abecb5a7b85c1ac449aa603d3b3dabe",
  45. "tarball": "http://registry.npmjs.org/ee-first/-/ee-first-1.0.3.tgz"
  46. },
  47. "directories": {},
  48. "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.0.3.tgz"
  49. }