{
  "name": "typeform",
  "version": "1.0.1",
  "description": "Unofficial Typeform Node API",
  "main": "index.js",
  "scripts": {
    "unit": "gulp unit",
    "lint": "gulp lint",
    "test": "gulp build",
    "start": "gulp"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auttoio/typeform-node.git"
  },
  "keywords": [
    "client",
    "api",
    "typeform"
  ],
  "author": {
    "name": "Yann Eves",
    "email": "hello@yanneves.com",
    "url": "https://yannev.es"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auttoio/typeform-node/issues"
  },
  "homepage": "https://github.com/auttoio/typeform-node#readme",
  "devDependencies": {
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.0.4",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-babel-istanbul": "^1.3.1",
    "gulp-eslint": "^2.0.0",
    "gulp-inject-modules": "^1.0.0",
    "gulp-jscs": "^3.0.2",
    "gulp-mocha": "^2.2.0",
    "nock": "^8.0.0",
    "run-sequence": "^1.2.1",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "lodash": "^4.13.1",
    "node-fetch": "^1.5.3",
    "tcomb": "^3.2.1"
  }
}
