UNPKG

spartan-shield

Version:

nodejs project to package and configure common security middleware.

56 lines (55 loc) 1.35 kB
{ "name": "spartan-shield", "version": "1.2.0", "description": "nodejs project to package and configure common security middleware.", "main": "index.js", "scripts": { "test": "snyk test", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "repository": { "type": "git", "url": "git+https://github.com/darkmsph1t/_spartan.git" }, "keywords": [ "security", "npm", "security-headers", "node-security", "appsec", "iot security" ], "author": "darkmsph1t", "license": "Apache", "bugs": { "url": "https://github.com/darkmsph1t/_spartan/issues" }, "homepage": "https://github.com/darkmsph1t/_spartan#readme", "dependencies": { "cfonts": "^2.1.3", "chalk": "^2.4.1", "commander": "^2.17.1", "fs-extra": "^7.0.0", "inquirer": "^6.1.0", "mongo": "^0.1.0", "request": "^2.88.0", "uniqid": "^5.0.3", "unique-string": "^1.0.0" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-standard": "^4.0.0", "mocha": "^5.2.0", "snyk": "^1.148.0" }, "bin": { "_spartan": "./index.js" } }