package.json 621 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "has-cors",
  3. "version": "1.1.0",
  4. "description": "Detects support for Cross-Origin Resource Sharing",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/component/has-cors.git"
  9. },
  10. "keywords": [
  11. "cors",
  12. "cross",
  13. "origin",
  14. "resource",
  15. "sharing",
  16. "domain"
  17. ],
  18. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  19. "license": "MIT",
  20. "component": {
  21. "scripts": {
  22. "has-cors/index.js": "index.js"
  23. }
  24. },
  25. "devDependencies": {
  26. "mocha": "^2.0",
  27. "chai": "^1.10"
  28. },
  29. "scripts": {
  30. "test": "mocha"
  31. }
  32. }