package.json 813 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "text",
  3. "version": "2.0.7",
  4. "description": "An AMD loader plugin for loading text resources.",
  5. "categories": [
  6. "Loader plugins"
  7. ],
  8. "main": "text.js",
  9. "github": "https://github.com/requirejs/text",
  10. "bugs": {
  11. "web": "https://github.com/requirejs/text/issues"
  12. },
  13. "repositories": [
  14. {
  15. "type": "git",
  16. "url": "https://github.com/requirejs/text.git"
  17. }
  18. ],
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "http://www.opensource.org/licenses/mit-license.php"
  23. },
  24. {
  25. "type": "BSD New",
  26. "url": "http://opensource.org/licenses/BSD-3-Clause"
  27. }
  28. ],
  29. "volo": {
  30. "url": "https://raw.github.com/requirejs/text/{version}/text.js"
  31. }
  32. }