Add prowl, nma and pushover to npm, update all to fa icons

This commit is contained in:
Dave C-J
2014-07-27 16:09:50 +01:00
parent c95970a4ae
commit f21a08afe6
17 changed files with 704 additions and 21 deletions

View File

@@ -1,13 +1,13 @@
{
"name" : "node-red-contrib-sqlite",
"version" : "0.0.3",
"name" : "node-red-node-sqlite",
"version" : "0.0.2",
"description" : "A sqlite node for Node-RED",
"dependencies" : {
"sqlite3" : "2.x"
},
"repository" : {
"type":"git",
"url":"https://github.com/dceejay/node-red-contrib-sqlite.git"
"url":"https://github.com/node-red/node-red-nodes/storage/sqlite/"
},
"license": "Apache",
"keywords": [ "node-red", "sqlite" ],