node-red-contrib-ifttt-broker
Version:
An IFTTT broker for Node-RED
20 lines (19 loc) • 453 B
JSON
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"node-red": "1.1.2",
"node-red-contrib-ui-led": "file:../",
"node-red-dashboard": "2.23.0",
"nodemon": "^1.19.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon node_modules/.bin/node-red --userDir ./userDir"
},
"author": "",
"license": "ISC"
}