Initial commit
parents
Showing
config.dio
0 → 100644
initjs.html
0 → 100644
initjs.js
0 → 100644
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@myScope/node-red-sample", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"keywords": [ | ||
"node-red" | ||
], | ||
"node-red": { | ||
"version": ">=1.0.0", | ||
"nodes": { | ||
"sample": "initjs.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.2", | ||
"fs": "^0.0.1-security", | ||
"ws": "^8.14.2" | ||
} | ||
} |
test.svg
0 → 100644
File added
Please
register
or
sign in
to comment