{
  "author": {
    "name": "William Candillon",
    "email": "wcandillon@gmail.com"
  },
  "name": "xqlint",
  "description": "XQuery & JSONiq Quality Checker",
  "version": "0.5.2",
  "keywords": [
    "jsoniq",
    "xquery",
    "dev",
    "cloud"
  ],
  "homepage": "https://28.io",
  "bugs": "https://github.com/wcandillon/xqlint/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/wcandillon/xqlint.git"
  },
  "main": "./lib/xqlint.js",
  "xqlint": {
    "xqlint": "./bin/xqlint"
  },
  "dependencies": {
    "colors": "~0.6.2",
    "commander": "~2.3.0",
    "final-fs": "~1.6.0",
    "lodash": "4.17.21",
    "q": "~1.0.0",
    "update-notifier": "~2.5.0"
  },
  "devDependencies": {
    "browserify": "16.2.1",
    "form-data": "2.3.2",
    "grunt": "1.5.3",
    "grunt-browserify": "5.3.0",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-vows": "~0.4.1",
    "matchdep": "2.0.0",
    "request": "2.87.0",
    "time-grunt": "~1.4.0",
    "vows": "^0.8.3"
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">=0.1.0",
    "npm": ">=1.1.0"
  },
  "contributors": [
    {
      "name": "William Candillon",
      "email": "w@28.io"
    }
  ],
  "scripts": {
    "test": "grunt"
  },
  "directories": {
    "test": "./test",
    "bin": "./bin"
  },
  "licenses": [
    {
      "type": "Apache 2",
      "url": "https://github.com/wcandillon/xqlint/blob/master/LICENSE"
    }
  ]
}
