UNPKG

eslint-config-nodesecurity

Version:
28 lines (27 loc) 702 B
{ "name": "eslint-config-nodesecurity", "version": "1.3.1", "description": "eslint configuration used in nodesecurity projects", "main": "index.js", "scripts": { "test": "echo \"no tests\"" }, "repository": { "type": "git", "url": "git://github.com/requiresafe/eslint-config-nodesecurity.git" }, "keywords": [ "eslint", "nodesecurity", "nsp" ], "author": "Nathan LaFreniere <quitlahok@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/requiresafe/eslint-config-nodesecurity/issues" }, "homepage": "https://github.com/requiresafe/eslint-config-nodesecurity#readme", "dependencies": { "eslint-plugin-hapi": "^4.0.0" } }