{ "name": "eslint-plugin-security", "version": "1.4.0", "description": "Security rules for eslint", "main": "index.js", "scripts": { "changelog": "changelog eslint-plugin-security all > CHANGELOG.md", "test": "./node_modules/.bin/mocha test/**/*", "lint": "./node_modules/.bin/eslint .", "cont-int": "npm test && npm run-script lint" }, "repository": { "type": "git", "url": "git+https://github.com/nodesecurity/eslint-plugin-security.git" }, "keywords": [ "eslint", "security", "nodesecurity" ], "author": "Node Security Project", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nodesecurity/eslint-plugin-security/issues" }, "homepage": "https://github.com/nodesecurity/eslint-plugin-security#readme", "dependencies": { "safe-regex": "^1.1.0" }, "devDependencies": { "changelog": "1.3.0", "eslint": "^2.10.1", "eslint-config-nodesecurity": "^1.3.1", "mocha": "^2.4.5" } }