{
  "name": "node-red-contrib-smstools",
  "version": "1.1.1",
  "description": "Nodes for handling messages using smstools3 daemon",
  "dependencies": {
    "watch": "*"
  },
  "main": "smstools/index.js",
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@bitbucket.org:pbankauskas/node-red-contrib-smstools.git"
  },
  "keywords": [
    "node-red",
    "smstools",
    "sms",
    "smsd"
  ],
  "node-red": {
    "nodes": {
      "smstools": "smstools/index.js"
    }
  },
  "author": "Paulius Bankauskas <paulius@elseta.com> (http://elseta.com)",
  "license": "BSD-2-Clause"
}
