{
  "name": "innosetup-compiler-cn",
  "version": "1.0.6",
  "description": "Node wrapper to compile inno setup scripts (.iss)",
  "main": "lib/iscc.js",
  "bin": {
    "innosetup-compiler": "./lib/iscc"
  },
  "homepage": "https://github.com/YoungWat/node-innosetup-compiler-cn",
  "repository": {
    "type": "git",
    "url": "https://github.com/YoungWat/node-innosetup-compiler-cn.git"
  },
  "author": {
    "name": "Felicien Francois;Youngwat",
    "email": "felicien@tweakstyle.com;1489570390@qq.com",
    "url": "http://tweakstyle.com"
  },
  "bugs": {
    "url": "https://github.com/felicienfrancois/node-innosetup-compiler/issues"
  },
  "licenses": [
    {
      "type": "Open Source",
      "url": "https://github.com/felicienfrancois/node-innosetup-compiler/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "readmeFilename": "README.md",
  "keywords": [
    "inno",
    "innosetup",
    "setup",
    "windows",
    "installer",
    "gruntplugin",
    "node",
    "cli"
  ]
}
