{
  "name": "node-red-contrib-cii-calculator",
  "version": "1.0.1",
  "description": "A custom Node-RED node for calculating CII with user input.",
  "main": "cii-calculator.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "cii",
    "calculator"
  ],
  "author": "yangjinhyeok",
  "license": "MIT",
  "dependencies": {
    "node-red": "^2.0.0"
  },
  "node-red": {
    "nodes": {
      "cii-calculator": "cii-calculator.js"
    }
  }
}
