package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "requirejs",
  3. "description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer",
  4. "version": "2.1.15",
  5. "homepage": "http://github.com/jrburke/r.js",
  6. "author": {
  7. "name": "James Burke",
  8. "email": "jrburke@gmail.com",
  9. "url": "http://github.com/jrburke"
  10. },
  11. "licenses": [
  12. {
  13. "type": "BSD",
  14. "url": "https://github.com/jrburke/r.js/blob/master/LICENSE"
  15. },
  16. {
  17. "type": "MIT",
  18. "url": "https://github.com/jrburke/r.js/blob/master/LICENSE"
  19. }
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/jrburke/r.js.git"
  24. },
  25. "main": "./bin/r.js",
  26. "bin": {
  27. "r.js": "./bin/r.js"
  28. },
  29. "engines": {
  30. "node": ">=0.4.0"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jrburke/r.js/issues"
  34. },
  35. "_id": "requirejs@2.1.15",
  36. "scripts": {},
  37. "_shasum": "cbcfce55d584ae5983c00a20daa8eade37d18892",
  38. "_from": "requirejs@^2.1.15",
  39. "_npmVersion": "1.4.14",
  40. "_npmUser": {
  41. "name": "jrburke",
  42. "email": "jrburke@gmail.com"
  43. },
  44. "maintainers": [
  45. {
  46. "name": "jrburke",
  47. "email": "jrburke@gmail.com"
  48. }
  49. ],
  50. "dist": {
  51. "shasum": "cbcfce55d584ae5983c00a20daa8eade37d18892",
  52. "tarball": "http://registry.npmjs.org/requirejs/-/requirejs-2.1.15.tgz"
  53. },
  54. "directories": {},
  55. "_resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.1.15.tgz",
  56. "readme": "ERROR: No README data found!"
  57. }