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.

91 lines
2.0 KiB

  1. {
  2. "name": "mongoose",
  3. "description": "Elegant MongoDB object modeling for Node.js",
  4. "version": "3.6.20",
  5. "author": {
  6. "name": "Guillermo Rauch",
  7. "email": "guillermo@learnboost.com"
  8. },
  9. "keywords": [
  10. "mongodb",
  11. "document",
  12. "model",
  13. "schema",
  14. "database",
  15. "odm",
  16. "data",
  17. "datastore",
  18. "query",
  19. "nosql",
  20. "orm",
  21. "db"
  22. ],
  23. "dependencies": {
  24. "hooks": "0.2.1",
  25. "mongodb": "1.3.19",
  26. "ms": "0.1.0",
  27. "sliced": "0.0.5",
  28. "muri": "0.3.1",
  29. "mpromise": "0.2.1",
  30. "mpath": "0.1.1",
  31. "regexp-clone": "0.0.1"
  32. },
  33. "devDependencies": {
  34. "mocha": "1.12.0",
  35. "node-static": "0.5.9",
  36. "dox": "0.3.1",
  37. "jade": "0.26.3",
  38. "highlight.js": "7.0.1",
  39. "markdown": "0.3.1",
  40. "promises-aplus-tests": ">= 1.0.2",
  41. "tbd": "0.6.4",
  42. "benchmark": "1.0.0",
  43. "open": "0.0.3"
  44. },
  45. "directories": {
  46. "lib": "./lib/mongoose"
  47. },
  48. "scripts": {
  49. "test": "make test"
  50. },
  51. "main": "./index.js",
  52. "engines": {
  53. "node": ">=0.6.19"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/learnboost/mongoose/issues/new"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/LearnBoost/mongoose.git"
  61. },
  62. "homepage": "http://mongoosejs.com",
  63. "_id": "mongoose@3.6.20",
  64. "dist": {
  65. "shasum": "47263843e6b812ea207eec104c40a36c8d215f53",
  66. "tarball": "https://registry.npmjs.org/mongoose/-/mongoose-3.6.20.tgz"
  67. },
  68. "_from": "mongoose@>=3.6.11 <3.7.0",
  69. "_npmVersion": "1.3.8",
  70. "_npmUser": {
  71. "name": "aaron",
  72. "email": "aaron.heckmann+github@gmail.com"
  73. },
  74. "maintainers": [
  75. {
  76. "name": "rauchg",
  77. "email": "rauchg@gmail.com"
  78. },
  79. {
  80. "name": "tjholowaychuk",
  81. "email": "tj@vision-media.ca"
  82. },
  83. {
  84. "name": "aaron",
  85. "email": "aaron.heckmann+github@gmail.com"
  86. }
  87. ],
  88. "_shasum": "47263843e6b812ea207eec104c40a36c8d215f53",
  89. "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-3.6.20.tgz",
  90. "readme": "ERROR: No README data found!"
  91. }