{ "name": "helmet-crossdomain", "author": "Evan Hahn (https://evanhahn.com)", "description": "Set the X-Permitted-Cross-Domain-Policies header in Express apps", "version": "0.4.0", "license": "MIT", "keywords": [ "security", "express", "connect", "crossdomain.xml", "x-permitted-cross-domain-policies", "flash" ], "homepage": "https://helmetjs.github.io/docs/crossdomain/", "repository": { "type": "git", "url": "git://github.com/helmetjs/crossdomain.git" }, "bugs": { "url": "https://github.com/helmetjs/crossdomain/issues", "email": "me@evanhahn.com" }, "engines": { "node": ">=4.0.0" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "LICENSE", "README.md", "CHANGELOG.md", "dist/index.js", "dist/index.d.ts" ], "scripts": { "pretest": "npm run lint", "prepublishOnly": "npm run build", "lint": "eslint --fix '**/*.ts'", "test": "jest --config test/jest-config.json", "clean": "rm -rf dist", "build": "npm run clean && tsc" }, "devDependencies": { "@types/connect": "^3.4.32", "@types/jest": "^24.0.14", "@types/supertest": "^2.0.7", "@typescript-eslint/eslint-plugin": "^1.9.0", "@typescript-eslint/parser": "^1.9.0", "connect": "^3.7.0", "eslint": "^5.16.0", "eslint-config-helmet": "^0.2.0", "jest": "^24.8.0", "supertest": "^4.0.2", "ts-jest": "^24.0.2", "typescript": "^3.5.2" } }