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