.bower.json 903 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "autosize",
  3. "description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
  4. "dependencies": {},
  5. "keywords": [
  6. "textarea",
  7. "form",
  8. "ui"
  9. ],
  10. "authors": [
  11. {
  12. "name": "Jack Moore",
  13. "url": "http://www.jacklmoore.com",
  14. "email": "hello@jacklmoore.com"
  15. }
  16. ],
  17. "license": "MIT",
  18. "homepage": "http://www.jacklmoore.com/autosize",
  19. "ignore": [],
  20. "repository": {
  21. "type": "git",
  22. "url": "http://github.com/jackmoore/autosize.git"
  23. },
  24. "main": "dist/autosize.js",
  25. "moduleType": [
  26. "amd",
  27. "node"
  28. ],
  29. "version": "3.0.15",
  30. "_release": "3.0.15",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "3.0.15",
  34. "commit": "82ba655a20a5939e93d967c883a3c413973bc480"
  35. },
  36. "_source": "https://github.com/jackmoore/autosize.git",
  37. "_target": "^3.0.15",
  38. "_originalSource": "autosize"
  39. }