{
  "name": "node-red-contrib-typeform-webhook",
  "version": "1.2.0",
  "description": "A NodeRED node that receive new Typeform submission a output an opiniated object",
  "main": "index.js",
  "homepage": "https://github.com/JbIPS/node-red-contrib-typeform-webhook#readme",
  "bugs": "https://github.com/JbIPS/node-red-contrib-typeform-webhook/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/JbIPS/node-red-contrib-typeform-webhook.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "typeform",
    "webhook"
  ],
  "node-red": {
    "nodes": {
      "typeform-webhook": "index.js"
    }
  },
  "author": "Jean-Baptiste Richardet <jeanbaptiste.richardet@gmail.com> (https://github.com/JbIPS)",
  "license": "MIT"
}
