package.json 784 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "text",
  3. "version": "2.0.14",
  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. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/requirejs/text.git"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "http://www.opensource.org/licenses/mit-license.php"
  21. },
  22. {
  23. "type": "BSD New",
  24. "url": "http://opensource.org/licenses/BSD-3-Clause"
  25. }
  26. ],
  27. "volo": {
  28. "url": "https://raw.github.com/requirejs/text/{version}/text.js"
  29. }
  30. }