eslint-config-mcafee
Version:
Shareable Configs for McAfee JavaScript Secure Coding Recommentations
38 lines (37 loc) • 826 B
JSON
{
"name": "eslint-config-mcafee",
"version": "0.1.1",
"description": "Shareable Configs for McAfee JavaScript Secure Coding Recommentations",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pchangbin/eslint-config-mcafee.git"
},
"keywords": [
"mcafee",
"javascript",
"secure",
"coding",
"recommendation",
"scheme",
"standard",
"lint",
"inter",
"eslint"
],
"author": "Changbin Park <pchangbin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pchangbin/eslint-config-mcafee/issues"
},
"homepage": "https://github.com/pchangbin/eslint-config-mcafee#readme",
"peerDepencendies": {
"eslint": ">=3"
},
"devDependencies": {
"mocha": "^3.5.0"
}
}