{
  "_from": "watson-developer-cloud@^2.32.1",
  "_id": "watson-developer-cloud@2.42.0",
  "_inBundle": false,
  "_integrity": "sha1-yJBS9aqFLE1QhpE4erlv0lze8UM=",
  "_location": "/watson-developer-cloud",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "watson-developer-cloud@^2.32.1",
    "name": "watson-developer-cloud",
    "escapedName": "watson-developer-cloud",
    "rawSpec": "^2.32.1",
    "saveSpec": null,
    "fetchSpec": "^2.32.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/watson-developer-cloud/-/watson-developer-cloud-2.42.0.tgz",
  "_shasum": "c89052f5aa852c4d508691387ab96fd25cdef143",
  "_spec": "watson-developer-cloud@^2.32.1",
  "_where": "/tomcat/watson-orchestrator-producao",
  "author": {
    "name": "IBM Corp."
  },
  "bugs": {
    "url": "https://github.com/watson-developer-cloud/node-sdk/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "German Attanasio Ruiz",
      "email": "germanatt@us.ibm.com"
    },
    {
      "name": "Nathan Friedly",
      "email": "nfriedly@us.ibm.com"
    },
    {
      "name": "Jeff Stylos",
      "email": "jsstylos@us.ibm.com"
    }
  ],
  "dependencies": {
    "async": "^2.5.0",
    "buffer-from": "^0.1.1",
    "cookie": "~0.3.1",
    "csv-stringify": "~1.0.2",
    "extend": "~3.0.0",
    "isstream": "~0.1.2",
    "object.omit": "~3.0.0",
    "object.pick": "~1.3.0",
    "request": "~2.83.0",
    "solr-client": "^0.7.0",
    "vcap_services": "~0.3.0",
    "websocket": "~1.0.22"
  },
  "deprecated": false,
  "description": "Client library to use the IBM Watson Services and AlchemyAPI",
  "devDependencies": {
    "browserify": "^14.4.0",
    "concat-stream": "^1.5.1",
    "dependency-lint": "^5.0.1",
    "eslint": "^4.7.2",
    "eslint-config-google": "^0.9.1",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-prettier": "^2.3.1",
    "jsdoc": "^3.5.5",
    "karma": "^1.7.1",
    "karma-browserify": "^5.0.5",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "memory-fs": "^0.4.1",
    "mocha": "^3.5.3",
    "nock": "^9.0.22",
    "object.assign": "^4.0.4",
    "prettier": "^1.7.2",
    "shebang-loader": "0.0.1",
    "uglify-js": "^3.1.2",
    "watchify": "^3.7.0",
    "wav": "^1.0.0",
    "webpack": "^3.6.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/watson-developer-cloud/node-sdk#readme",
  "keywords": [
    "ibm",
    "watson",
    "wdc",
    "watson developer cloud",
    "chatbot",
    "message resonance",
    "user modeling",
    "dialog",
    "personality insights",
    "machine translation",
    "concept expansion",
    "question and answer",
    "relationship extraction",
    "language identification",
    "language translation",
    "visual recognition ",
    "speech to text",
    "text to speech",
    "concept insights",
    "tradeoff analytics",
    "tone analyzer",
    "retrieve and rank",
    "natural language classifier",
    "dialog",
    "tone_analyzer",
    "alchemy",
    "alchemyapi",
    "alchemy vision",
    "alchemy language",
    "alchemy datanews",
    "conversation"
  ],
  "license": "Apache-2.0",
  "main": "./index",
  "name": "watson-developer-cloud",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson-developer-cloud/node-sdk.git"
  },
  "scripts": {
    "autofix": "eslint . --fix",
    "browserify": "browserify index.js --standalone Watson --outfile dist/watson.js",
    "build": "npm run browserify && npm run minify",
    "compat-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
    "doc": "jsdoc -c scripts/jsdoc/config.json",
    "lint": "npm run compat-check && eslint . --cache && dependency-lint",
    "minify": "uglifyjs --compress --mangle --screw-ie8 dist/watson.js --output dist/watson.min.js --preamble \"// Watson Developer Cloud\n// JavaScript SDK$npm_package_version\n// Generated at `date`\n// Copyright IBM ($npm_package_license)\n// $npm_package_homepage\"",
    "test": "npm run lint && mocha test/unit test/integration",
    "test-browser": "karma start --single-run",
    "test-integration": "mocha test/integration",
    "test-unit": "npm run lint && mocha test/unit/",
    "watch": "npm run test-unit -- --watch",
    "watch-doc": "nodemon --watch ./ --ext js,tmpl,json --ignore dist/ --ignore doc/ --ignore test/ --ignore examples/ --exec npm run doc",
    "watchify": "watchify index.js --standalone Watson --outfile dist/watson.js --debug --verbose"
  },
  "version": "2.42.0"
}
