package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "lodash",
  3. "version": "0.9.2",
  4. "description": "A utility library delivering consistency, customization, performance, and extras.",
  5. "homepage": "http://lodash.com",
  6. "license": "MIT",
  7. "main": "./lodash.js",
  8. "keywords": [
  9. "browser",
  10. "client",
  11. "functional",
  12. "performance",
  13. "server",
  14. "speed",
  15. "util"
  16. ],
  17. "author": {
  18. "name": "John-David Dalton",
  19. "email": "john.david.dalton@gmail.com",
  20. "web": "http://allyoucanleet.com/"
  21. },
  22. "contributors": [
  23. {
  24. "name": "John-David Dalton",
  25. "email": "john.david.dalton@gmail.com",
  26. "url": "http://allyoucanleet.com/"
  27. },
  28. {
  29. "name": "Blaine Bublitz",
  30. "email": "blaine@iceddev.com",
  31. "url": "http://iceddev.com/"
  32. },
  33. {
  34. "name": "Kit Cambridge",
  35. "email": "github@kitcambridge.be",
  36. "url": "http://kitcambridge.be/"
  37. },
  38. {
  39. "name": "Mathias Bynens",
  40. "email": "mathias@qiwi.be",
  41. "url": "http://mathiasbynens.be/"
  42. }
  43. ],
  44. "bugs": {
  45. "url": "https://github.com/lodash/lodash/issues"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "https://github.com/lodash/lodash.git"
  50. },
  51. "engines": [
  52. "node",
  53. "rhino"
  54. ],
  55. "jam": {
  56. "main": "./lodash.js"
  57. },
  58. "__npminstall_done": true,
  59. "_from": "lodash@0.9.2",
  60. "_resolved": "https://registry.npmmirror.com/lodash/-/lodash-0.9.2.tgz"
  61. }