blob: c1828c8c281ff1b0c48726f041f0a41838c84830 [file] [log] [blame]
{
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"component": {
"scripts": {
"has-cors/index.js": "index.js"
}
},
"description": "Detects support for Cross-Origin Resource Sharing",
"devDependencies": {
"chai": "^1.10",
"mocha": "^2.0"
},
"keywords": [
"cors",
"cross",
"origin",
"resource",
"sharing",
"domain"
],
"license": "MIT",
"main": "index.js",
"name": "has-cors",
"repository": {
"type": "git",
"url": "git://github.com/component/has-cors.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.0"
}