{
    "name" : "node-red-contrib-skoda-connect",
	"version": "1.3.1",
	 "description": "Simple Node-RED nodes for interacting with Skoda connect",
	 "author": "Martin Grisard <https://github.com/MartinGris>",
	 "license": "BSD-3-Clause",
	 "repository": {
		"type": "git",
		"url": "git+https://github.com/MartinGris/node-red-contrib-skoda-connect.git"
	},
	"homepage": "https://github.com/MartinGris/node-red-contrib-skoda-connect",
	  "keywords": [
		"node-red",
		"skoda",
		"connect"
	  ],
    "node-red" : {
        "nodes": {
			"skoda-get": "nodes/skoda-get.js",
			"skoda-set": "nodes/skoda-set.js"
        }
    },
	 "dependencies": {
		"request": "^2.88.0",
		"request-promise": "^4.2.5",
		 "@peculiar/webcrypto": "^1.0.22",
		"jsdom": "^15.2.1",
		"traverse": "^0.6.6",
		"uuid": "^3.3.3"
	}
}
