UNPKG

node-red-contrib-dynamorse-file-io

Version:
56 lines (55 loc) 1.73 kB
{ "name": "node-red-contrib-dynamorse-file-io", "version": "0.1.14", "description": "Dynamorse File IO nodes for Node-RED", "author": "Streampunk Media Ltd", "license": "Apache-2.0", "keywords": [ "node-red" ], "dependencies": { "aws-sdk": "^2.371.0", "codecadon": "^0.1.18", "get-uri": "^2.0.2", "highland": "^2.13.0", "kelvinadon": "^0.2.5", "micromatch": "^3.1.10", "uuid": "^2.0.1" }, "devDependencies": { "dynamorse-test": "^0.2.1", "eslint": "^5.9.0", "eslint-config-google": "^0.11.0", "tape": "^4.9.1" }, "scripts": { "test": "tape test/fileSpec.js", "lint": "eslint '**/*.js'", "lint-html": "eslint '**/*.j's -f html -o ./reports/lint-results.html", "lint-fix": "eslint --fix '**/*.js'" }, "node-red": { "nodes": { "raw-file-in": "nodes/10-raw-file-in.js", "raw-file-out": "nodes/10-raw-file-out.js", "cloud-store-in": "nodes/12-cloud-store-in.js", "cloud-store-out": "nodes/12-cloud-store-out.js", "glob-in": "nodes/14-glob-in.js", "glob-out": "nodes/14-glob-out.js", "mxf-in": "nodes/20-mxf-in.js", "mxf-out": "nodes/20-mxf-out.js", "mov-in": "nodes/22-mov-in.js", "mov-out": "nodes/22-mov-out.js", "wav-in": "nodes/24-wav-in.js", "wav-out": "nodes/24-wav-out.js" } }, "repository": { "type": "git", "url": "git+https://github.com/Streampunk/node-red-contrib-dynamorse-file-io.git" }, "bugs": { "url": "https://github.com/Streampunk/node-red-contrib-dynamorse-file-io/issues" }, "homepage": "https://github.com/Streampunk/node-red-contrib-dynamorse-file-io#readme" }