component.json 707 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "lodash",
  3. "version": "0.7.0",
  4. "description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
  5. "homepage": "http://lodash.com",
  6. "main": [
  7. "./lodash.js",
  8. "./lodash.min.js"
  9. ],
  10. "keywords": [
  11. "browser",
  12. "client",
  13. "functional",
  14. "performance",
  15. "server",
  16. "speed",
  17. "util"
  18. ],
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "http://lodash.com/license"
  23. }
  24. ],
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com",
  28. "web": "http://allyoucanleet.com/"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/bestiejs/lodash.git"
  33. }
  34. }