Advertisement
Guest User

Untitled

a guest
May 26th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "name": "scanner",
  3. "version": "1.0.0",
  4. "description": "node scanner toolbox",
  5. "main": "index.js",
  6. "scripts": {
  7. "eslint": "eslint . --fix",
  8. "js-beautify": "js-beautify"
  9. },
  10. "dependencies": {
  11. "js-beautify": "1.9.0",
  12. "eslint": "5.10.0",
  13. "eslint-plugin-scanjs-rules": "0.2.1",
  14. "eslint-plugin-security": "1.4.0",
  15. "eslint-plugin-no-wildcard-postmessage": "0.1.3",
  16. "eslint-plugin-vue": "5.0.0",
  17. "eslint-plugin-angularjs-security-rules": "1.0.6",
  18. "eslint-plugin-react": "7.11.1",
  19. "eslint-plugin-no-unsanitized": "3.0.2"
  20. },
  21. "author": "",
  22. "license": "ISC"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement