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