-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 loc) · 954 Bytes
/
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
{
"name": "node-red-contrib-fs-ops",
"version": "1.6.0",
"description": "A node-red node to perform basic file system operations.",
"dependencies": {},
"author": {
"name": "Dean Cording",
"email": "dean@cording.id.au"
},
"license": "MIT",
"keywords": [
"node-red",
"fs",
"move",
"rename",
"delete",
"copy"
],
"bugs": {
"url": "https://github.com/DeanCording/node-red-contrib-fs-ops/issues"
},
"homepage": "https://github.com/DeanCording/node-red-contrib-fs-ops",
"repository": {
"type": "git",
"url": "https://github.com/DeanCording/node-red-contrib-fs-ops.git"
},
"node-red": {
"nodes": {
"fs-ops": "fs-ops.js"
}
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}