1
0
mirror of /repos/node-red-data.git synced 2025-12-30 08:01:32 +01:00

ping prototyper.local

This commit is contained in:
Aiko Mastboom 2015-05-10 19:49:49 +02:00
parent 9e339cfc4b
commit 9242154128
4 changed files with 34 additions and 1 deletions

3
.gitignore vendored
View File

@ -0,0 +1,3 @@
/node_modules/
.config.json
*.backup

3
.npmignore Normal file
View File

@ -0,0 +1,3 @@
.gitignore
*.iml
/lib

File diff suppressed because one or more lines are too long

27
package.json Normal file
View 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"
}
}