This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/has-cors/package.json
2020-11-01 22:46:04 +00:00

33 lines
621 B
JSON

{
"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"
}
}