nicolasmccurdy/ghlint

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ghlint",
  "description": "A linter for GitHub projects.",
  "version": "0.9.1",
  "author": "Nicolas McCurdy <thenickperson@gmail.com>",
  "bin": {
    "ghlint": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/nicolasmccurdy/ghlint/issues"
  },
  "dependencies": {
    "async": "^0.9.0",
    "chalk": "^1.0.0",
    "commander": "2.7.0"
  },
  "devDependencies": {
    "mocha": "^2.1.0",
    "nock": "^0.59.1"
  },
  "homepage": "https://github.com/nicolasmccurdy/ghlint",
  "keywords": [
    "github",
    "lint"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nicolasmccurdy/ghlint"
  },
  "scripts": {
    "start": "node cli",
    "test": "mocha"
  }
}