bower.json 287 B

123456789101112131415
  1. {
  2. "name": "requirejs",
  3. "version": "2.1.16",
  4. "homepage": "http://requirejs.org",
  5. "authors": [
  6. "jrburke.com"
  7. ],
  8. "description": "A file and module loader for JavaScript",
  9. "main": "require.js",
  10. "keywords": [
  11. "AMD"
  12. ],
  13. "license": "new BSD, and MIT"
  14. }