You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1 KiB

  1. {
  2. "author": {
  3. "name": "Jeremy Martin",
  4. "email": "jmar777@gmail.com",
  5. "url": "http://twitter.com/jmar777"
  6. },
  7. "name": "cb",
  8. "description": "Super simple callback mechanism with support for timeouts and explicit error handling",
  9. "version": "0.1.0",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/jmar777/cb.git"
  13. },
  14. "main": "lib/cb.js",
  15. "devDependencies": {
  16. "mocha": ">=0.3.6"
  17. },
  18. "engines": {
  19. "node": ">=0.6.0"
  20. },
  21. "_npmUser": {
  22. "name": "jmar777",
  23. "email": "jmar777@gmail.com"
  24. },
  25. "_id": "cb@0.1.0",
  26. "dependencies": {},
  27. "optionalDependencies": {},
  28. "_engineSupported": true,
  29. "_npmVersion": "1.1.0-2",
  30. "_nodeVersion": "v0.6.8",
  31. "_defaultsLoaded": true,
  32. "dist": {
  33. "shasum": "26f7e740f2808facc83cef7b20392e4d881b5203",
  34. "tarball": "https://registry.npmjs.org/cb/-/cb-0.1.0.tgz"
  35. },
  36. "maintainers": [
  37. {
  38. "name": "jmar777",
  39. "email": "jmar777@gmail.com"
  40. }
  41. ],
  42. "directories": {},
  43. "_shasum": "26f7e740f2808facc83cef7b20392e4d881b5203",
  44. "_resolved": "https://registry.npmjs.org/cb/-/cb-0.1.0.tgz",
  45. "_from": "cb@>=0.1.0 <0.2.0"
  46. }