{
  "name": "typeform-node-api",
  "version": "1.0.3",
  "description": "A NodeJS wrapper for the typeformIO API.",
  "main": "./lib/typeform.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Zach Alam <zachalam.com>",
  "license": "MIT",
  "dependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "query-string": "^4.1.0",
    "request": "^2.71.0"
  },
  "repository": {
    "type" : "git",
    "url" : "https://github.com/zachalam/typeform-node-api"
  }

}
