-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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"
}