package.json 635 B

123456789101112131415161718192021222324
  1. {
  2. "name": "requirejs-promised",
  3. "version": "0.1.0",
  4. "description": "RequireJS plugin to get decorated require that returns a promise",
  5. "main": "promised.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/herby/requirejs-promised.git"
  12. },
  13. "keywords": [
  14. "amd",
  15. "requirejs",
  16. "promise"
  17. ],
  18. "author": "Herbert Vojčík <herby@mailbox.sk>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/herby/requirejs-promised/issues"
  22. },
  23. "homepage": "https://github.com/herby/requirejs-promised#readme"
  24. }