{
  "name": "watson-js",
  "version": "0.3.0",
  "description": "Watson.js: Simple Node.js API Wrapper for the AT&T Speech API",
  "author": "Michael Owens <mk@mowens.com> (http://mowens.com/)",
  "repository": {
    "type": "git",
    "url": "http://github.com/mko/watson-js.git"
  },
  "main": "./lib/watson",
  "dependencies": {
    "oauth": ">= 0.9.8",
    "request": ">= 1.9.0",
    "merge-descriptors": "0.0.2"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "keywords": [
    "att",
    "audio",
    "speechtotext",
    "speech2text",
    "speech",
    "api",
    "wrapper"
  ]
}
