forked from felicienfrancois/node-innosetup-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "innosetup-compiler",
"version": "6.0.2",
"description": "Node wrapper to compile inno setup scripts (.iss)",
"main": "lib/iscc.js",
"bin": {
"innosetup-compiler": "./lib/iscc"
},
"homepage": "https://github.com/felicienfrancois/node-innosetup-compiler",
"repository": {
"type": "git",
"url": "https://github.com/felicienfrancois/node-innosetup-compiler.git"
},
"author": {
"name": "Felicien Francois",
"email": "[email protected]",
"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"
]
}