UNPKG

node-red-contrib-pac

Version:
64 lines (63 loc) 1.77 kB
{ "name": "node-red-contrib-pac", "version": "1.1.4", "description": "Node-RED nodes for PAC Control.", "homepage": "http://developer.opto22.com/nodered/pac/", "license": "Apache-2.0", "scripts": { "build": "grunt" }, "dependencies": { "bluebird": "3.4.6", "opto22-node-red-common": "1.0.6", "request": "2.75.0", "semver": "5.3.0", "simple-node-logger": "0.93.12" }, "devDependencies": { "@types/bluebird": "3.0.33", "@types/form-data": "0.0.32", "@types/mocha": "^2.2.32", "@types/node": "6.0.40", "@types/request": "0.0.31", "@types/semver": "^5.3.30", "@types/should": "8.1.30", "@types/async": "3.0.1", "grunt": "1.0.1", "grunt-cli": "1.2.0", "grunt-ts": "5.5.1", "grunt-contrib-clean": "1.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-compress": "1.3.0", "grunt-npm-command": "0.1.2", "grunt-simple-mocha": "0.4.1", "mocha": "2.4.5", "should": "8.3.1", "typescript": "2.7.2", "typescript-formatter": "2.1.0", "node-red": "0.13.0", "async": "3.1.0" }, "keywords": [ "node-red", "Opto 22", "PAC", "PAC Control", "controllers", "programmable automation controller" ], "node-red": { "nodes": { "pac": "build/node-red-contrib-pac.js" } }, "author": { "name": "Opto 22", "email": "developer@opto22.com", "url": "http://developer.opto22.com/Node-RED/PAC" }, "repository": { "type": "git", "url": "https://github.com/Opto22/node-red-contrib-pac.git" } }