package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "co-redis@~1.1.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "co-redis@>=1.1.0 <1.2.0",
  9. "_id": "co-redis@1.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/co-redis",
  13. "_npmUser": {
  14. "email": "mciparelli@gmail.com",
  15. "name": "mciparelli"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "co-redis",
  21. "raw": "co-redis@~1.1.0",
  22. "rawSpec": "~1.1.0",
  23. "scope": null,
  24. "spec": ">=1.1.0 <1.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/",
  29. "/koa-redis"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/co-redis/-/co-redis-1.1.1.tgz",
  32. "_shasum": "f5229f40b8c0ee8e7b4f65a150b4ef2631be5a70",
  33. "_shrinkwrap": null,
  34. "_spec": "co-redis@~1.1.0",
  35. "_where": "D:\\work\\im",
  36. "author": {
  37. "email": "mciparelli@gmail.com",
  38. "name": "Martín Ciparelli"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mciparelli/co-redis/issues"
  42. },
  43. "contributors": [
  44. {
  45. "email": "mciparelli@gmail.com",
  46. "name": "Martín Ciparelli"
  47. }
  48. ],
  49. "dependencies": {
  50. "thenify": "^3.0.0"
  51. },
  52. "description": "A node-redis wrapper to be used with visionmedia's co library",
  53. "devDependencies": {
  54. "co": "^4.1.0",
  55. "mocha": "^2.1.0",
  56. "redis": "^0.12.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "f5229f40b8c0ee8e7b4f65a150b4ef2631be5a70",
  61. "tarball": "https://registry.npmjs.org/co-redis/-/co-redis-1.1.1.tgz"
  62. },
  63. "engines": {
  64. "node": ">=v0.11.13"
  65. },
  66. "gitHead": "436de2a299a439aa97ce1978df58fb38783639f8",
  67. "homepage": "https://github.com/mciparelli/co-redis",
  68. "keywords": [
  69. "web",
  70. "redis",
  71. "database",
  72. "continuable",
  73. "generators",
  74. "harmony",
  75. "co"
  76. ],
  77. "license": "MIT",
  78. "main": "index",
  79. "maintainers": [
  80. {
  81. "email": "mciparelli@gmail.com",
  82. "name": "mciparelli"
  83. }
  84. ],
  85. "name": "co-redis",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/mciparelli/co-redis.git"
  91. },
  92. "scripts": {
  93. "test": "mocha --harmony-generators"
  94. },
  95. "version": "1.1.1"
  96. }