package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "redis",
  3. "version": "0.12.1",
  4. "description": "Redis client library",
  5. "keywords": [
  6. "redis",
  7. "database"
  8. ],
  9. "author": {
  10. "name": "Matt Ranney",
  11. "email": "mjr@ranney.com"
  12. },
  13. "main": "./index.js",
  14. "scripts": {
  15. "test": "node ./test.js"
  16. },
  17. "devDependencies": {
  18. "metrics": ">=0.1.5",
  19. "colors": "~0.6.0-1",
  20. "underscore": "~1.4.4"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/mranney/node_redis.git"
  25. },
  26. "bugs": {
  27. "url": "https://github.com/mranney/node_redis/issues"
  28. },
  29. "homepage": "https://github.com/mranney/node_redis",
  30. "_id": "redis@0.12.1",
  31. "_shasum": "64df76ad0fc8acebaebd2a0645e8a48fac49185e",
  32. "_from": "redis@>=0.12.1 <0.13.0",
  33. "_npmVersion": "1.4.9",
  34. "_npmUser": {
  35. "name": "bryce",
  36. "email": "bryce@ravenwall.com"
  37. },
  38. "maintainers": [
  39. {
  40. "name": "bcoe",
  41. "email": "bencoe@gmail.com"
  42. },
  43. {
  44. "name": "bridgear",
  45. "email": "ruben@bridgewater.de"
  46. },
  47. {
  48. "name": "bryce",
  49. "email": "bryce@ravenwall.com"
  50. },
  51. {
  52. "name": "mjr",
  53. "email": "mjr@ranney.com"
  54. }
  55. ],
  56. "dist": {
  57. "shasum": "64df76ad0fc8acebaebd2a0645e8a48fac49185e",
  58. "size": 24290,
  59. "noattachment": false,
  60. "tarball": "http://registry.npm.taobao.org/redis/download/redis-0.12.1.tgz"
  61. },
  62. "directories": {},
  63. "publish_time": 1407778401350,
  64. "_cnpm_publish_time": 1407778401350,
  65. "_resolved": "https://registry.npm.taobao.org/redis/download/redis-0.12.1.tgz",
  66. "readme": "ERROR: No README data found!"
  67. }