UNPKG

express-extendcsp

Version:

Extend the Content Security Policy on the fly (for development)

58 lines (57 loc) 1.69 kB
{ "name": "express-extendcsp", "version": "3.0.0", "description": "Extend the Content Security Policy on the fly (for development)", "main": "lib/expressExtendCsp.js", "scripts": { "lint": "eslint . && prettier --check '**/*.{js,json,md}'", "coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html", "test": "mocha", "test:ci": "npm run coverage", "preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md" }, "repository": { "type": "git", "url": "git+https://github.com/papandreou/express-extendcsp.git" }, "keywords": [ "CSP", "express", "server", "security", "content", "security", "policy", "override", "development" ], "author": "Andreas Lind <andreas@one.com>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/papandreou/express-extendcsp/issues" }, "homepage": "https://github.com/papandreou/express-extendcsp#readme", "devDependencies": { "coveralls": "^3.0.1", "eslint": "^7.0.0", "eslint-config-prettier": "^6.0.0", "eslint-config-standard": "^16.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-mocha": "^8.0.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "express": "^4.14.1", "mocha": "^7.0.0", "nyc": "^15.0.0", "offline-github-changelog": "^2.0.0", "prettier": "~2.2.0", "unexpected": "^11.0.0", "unexpected-express": "^12.0.0" }, "nyc": { "include": [ "lib/**" ] } }