mirror of
/repos/node-red-data.git
synced 2025-12-30 08:01:32 +01:00
ping prototyper.local
This commit is contained in:
parent
9e339cfc4b
commit
9242154128
3
.gitignore
vendored
3
.gitignore
vendored
@ -0,0 +1,3 @@
|
||||
/node_modules/
|
||||
.config.json
|
||||
*.backup
|
||||
3
.npmignore
Normal file
3
.npmignore
Normal file
@ -0,0 +1,3 @@
|
||||
.gitignore
|
||||
*.iml
|
||||
/lib
|
||||
File diff suppressed because one or more lines are too long
27
package.json
Normal file
27
package.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "node-red-data",
|
||||
"version": "1.0.0",
|
||||
"description": "additional nodes",
|
||||
"main": "settings.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://aiko@nas/volume1/homes/aiko/repos/node-red-data.git"
|
||||
},
|
||||
"author": "Aiko Mastboom",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^1.0.0",
|
||||
"node-red-node-aws": "0.0.2",
|
||||
"node-red-node-daemon": "0.0.1",
|
||||
"node-red-node-dropbox": "0.0.1",
|
||||
"node-red-node-exif": "0.0.2",
|
||||
"node-red-node-google": "0.0.3",
|
||||
"node-red-node-instagram": "0.0.4",
|
||||
"node-red-node-msgpack": "0.0.4",
|
||||
"node-red-node-ping": "0.0.4",
|
||||
"node-red-node-random": "0.0.3",
|
||||
"node-red-node-smooth": "0.0.3",
|
||||
"node-red-node-suncalc": "0.0.6",
|
||||
"request": "2.40.0"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user