package.json 749 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "angular-elastic",
  3. "version": "2.4.2",
  4. "description": "Elastic (autosize) textareas for AngularJS, without jQuery dependency.",
  5. "keywords": [
  6. "angular",
  7. "angularjs",
  8. "textarea",
  9. "elastic",
  10. "autosize"
  11. ],
  12. "homepage": "http://monospaced.github.io/angular-elastic/",
  13. "main": "elastic",
  14. "bugs": "http://github.com/monospaced/angular-elastic/issues",
  15. "license" : "MIT",
  16. "repository" : {
  17. "type" : "git",
  18. "url" : "http://github.com/monospaced/angular-elastic"
  19. },
  20. "author": {
  21. "name" : "Scott Boyle",
  22. "email" : "scott@monospaced.com",
  23. "url" : "http://scottboyle.co.uk/about"
  24. },
  25. "files": [
  26. "elastic.js",
  27. "package.json"
  28. ],
  29. "dependencies": {
  30. "angular": ">=1.0.6"
  31. }
  32. }