{
  "name": "node-red-contrib-jsonfilter",
  "version": "0.1.0",
  "description": "Node-RED node that filters only required fields from objects in a JSON Array",
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git@gitlab.rcs.cm.netspective.io:RosterSource/node-red-contrib-jsonfilter.git"
  },
  "keywords": [
    "node-red",
    "filter",
	  "json",
	  "jsonfilter",
    "cache"
  ],
  "node-red": {
    "nodes": {
      "JSONFilter": "filter.js"
    }
  },
  "author": {
    "name": "Febin Joy",
    "email": "febin.joy@netspective.org",
    "url": "http://www.netspective.com"
  },
  "contributors": [{
    "name": "Febin Joy",
    "email": "febin.joy@netspective.org",
    "url": "http://www.netspective.com"
  }
  ]
}
