{
  "name": "node-red-contrib-lodash",
  "license": "MIT",
  "version": "0.0.2",
  "description": "A Node-RED node for executing a subset of lodash functions",
  "homepage": "https://agilite.io",
  "author": "Agilit-e",
  "contributors": [
    {
      "name": "Armand Smit",
      "email": "support@agilite.io",
      "url": "https://agilite.io"
    }
  ], 
  "dependencies": {
    "lodash": "4.17.10",
    "mustache": "2.3.0"
  },   
  "keywords": [
    "node-red",
    "agilite",
    "agilit-e",
    "lodash"
  ],
  "node-red": {
    "nodes": {
      "lodash": "lodash/lodash.js"
    }
  }
}