{
  "name": "rflint",
  "version": "0.0.18",
  "description": "A tool to check style and conventions of Robot Framework project.",
  "main": "src/index.js",
  "scripts": {
    "test": "rflint"
  },
  "repository": {
    "type": "git",
    "url": "git@git.souche-inc.com:zhouhuiping/rflint.git"
  },
  "keywords": [
    "Robot",
    "Framework",
    "lint",
    "rflint"
  ],
  "author": "zhouhuiping",
  "license": "ISC",
  "bin": {
    "rflint": "src/index.js"
  },
  "dependencies": {
    "colors": "^1.3.3",
    "commander": "^2.20.3",
    "glob": "^7.1.3"
  }
}
