{
  "name": "innosetup-compiler-note",
  "version": "1.1.5",
  "description": "Node wrapper to compile inno setup scripts (.iss)",
  "main": "lib/iscc.js",
  "bin": {
    "innosetup-compiler-note": "./lib/iscc"
  },
  "homepage": "https://github.com/Smoking/innosetup-compiler-note.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/Smoking/innosetup-compiler-note.git"
  },
  "author": {
    "name": "Smoking"
  },
  "bugs": {
    "url": "https://github.com/Smoking/innosetup-compiler-note.git/issues"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "keywords": [
    "inno",
    "innosetup",
    "setup",
    "windows",
    "installer",
    "gruntplugin",
    "node",
    "cli"
  ]
}