{
  "name": "plivo-node",
  "version": "0.2.5",
  "description": "Plivo NodeJS helper library.",
  "main": "lib/plivo.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/plivo/plivo-node.git"
  },
  "keywords": [
    "plivo",
    "rest",
    "api",
    "telephony"
  ],
  "author": "Plivo Team",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "xmlbuilder": "~0.4.2",
    "request": "~2.12.0"
  },
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "nock": "~0.14.2",
    "mocha": "~1.7.4"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  }
}
