{
  "name": "g11n-pipeline",
  "version": "4.0.1",
  "description": "JavaScript client for IBM Globalization Pipeline",
  "main": "lib/main.js",
  "engines": {
    "node": ">=7.10.x"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "nyc mocha && nyc report --reporter=lcov",
    "mocha": "mocha --reporter dot",
    "docs": "jsdoc2md lib/*.js --template template.md > API.md",
    "html": "npm run docs && node util/gen-html.js",
    "vscode-typings": "tsd query node mocha chai request --action install",
    "eslint": "mocha -f eslint --reporter list",
    "prepack": "rm -f API.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IBM-Cloud/gp-js-client"
  },
  "keywords": [
    "l10n"
  ],
  "Author": "Steven R. Loomis <srloomis@us.ibm.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-html": "^1.2.0",
    "coveralls": "^3.0.1",
    "delay": "^4.3.0",
    "eslint": "^4.19.1",
    "eslint-plugin-chai-friendly": "^0.4.0",
    "github-markdown-css": "^2.8.0",
    "jsdoc-to-markdown": "^5.0.0",
    "marked": "^0.6.2",
    "mocha": "^5.2.0",
    "mocha-eslint": "^4.1.0",
    "nyc": "^14.0.0",
    "optional": "^0.1.4"
  },
  "dependencies": {
    "bent": "^1.6.0",
    "swagger-client": "^3.9.0"
  }
}
