{
  "name": "gitlab-ci-lint",
  "version": "1.1.0",
  "description": "Gitlab-ci cli to lint .gitlab-ci.yml files",
  "repository": {
    "type": "git",
    "url": "https://github.com/BuBuaBu/gitlab-ci-lint.git"
  },
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "mocha -r babbybel --timeout 5000",
    "posttest": "npm run lint"
  },
  "bin": {
    "gitlab-ci-lint": "bin/gitlab-ci-lint"
  },
  "keywords": [
    "gitlab",
    "gitlab-ci",
    "lint",
    ".gitlab-ci.yml"
  ],
  "author": "Vivien HENRIET",
  "license": "ISC",
  "dependencies": {
    "babbybel": "^1.0.0",
    "commander": "^4.1.1",
    "mz": "^2.7.0",
    "request": "^2.88.2",
    "request-promise": "^4.2.6"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^6.2.3",
    "standard": "^14.3.4"
  },
  "standard": {
    "globals": [
      "describe",
      "context",
      "before",
      "beforeEach",
      "after",
      "afterEach",
      "it",
      "expect"
    ]
  }
}
