{
  "name": "twilio-js",
  "description": "The Twilio API and TwiML for node.js",
  "version": "0.1.1",
  "author": "Stevie Graham <sjtgraham@mac.com> (https://github.com/stevegraham)",
  "repository": {
    "type": "git",
    "url": "git://github.com/stevegraham/twilio-js.git"
  },
  "keywords": [
    "twilio",
    "twiml"
  ],
  "main": "./lib/twilio.js",
  "scripts": {
    "test": "node-jasmine spec/"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "dependencies": {
    "request"    : "2.10.x",
    "jwt-simple" : "0.1.x"
  },
  "devDependencies": {
    "nock" : "0.13.3",
    "jasmine-node" : "1.0.x"
  },
  "homepage": "http://github.com/stevegraham/twilio-js"
}
