package.json 731 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "amdefine",
  3. "description": "Provide AMD's define() API for declaring modules in the AMD format",
  4. "version": "0.1.0",
  5. "homepage": "http://github.com/jrburke/amdefine",
  6. "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
  7. "licenses": [
  8. {
  9. "type": "BSD",
  10. "url": "https://github.com/jrburke/amdefine/blob/master/LICENSE"
  11. },
  12. {
  13. "type": "MIT",
  14. "url": "https://github.com/jrburke/amdefine/blob/master/LICENSE"
  15. }
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/jrburke/amdefine.git"
  20. },
  21. "main": "./amdefine.js",
  22. "engines": {
  23. "node": ">=0.4.2"
  24. }
  25. }