denis-sokolov/strict-standard

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "strict-standard",
  "version": "2.0.5",
  "description": "JavaScript Strict Standard Style",
  "bin": "src/bin.js",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:denis-sokolov/strict-standard.git"
  },
  "keywords": [
    "check",
    "checker",
    "code checker",
    "code linter",
    "code standards",
    "code style",
    "code",
    "enforce",
    "eslint",
    "eslintconfig",
    "hint",
    "JavaScript Strict Standard Style",
    "jscs",
    "jshint",
    "lint",
    "policy",
    "quality",
    "simple",
    "standard style",
    "standard",
    "strict",
    "style checker",
    "style linter",
    "style",
    "verify",
    "standard"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/denis-sokolov/strict-standard/issues"
  },
  "homepage": "https://github.com/denis-sokolov/strict-standard",
  "dependencies": {
    "eslint": "^2.8.0",
    "eslint-config-strict-standard": "^3.0.1",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "standard-engine": "^4.0.0"
  }
}