-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "makensis-nw-dist",
"version": "2.1.3",
"description": "Node webkit executable (nw.exe) must be named \"as it\" since renaming it break natives modules\r See https://github.com/nwjs/nw.js/issues/199",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Francois Leurent <131.js@cloudyks.org>",
"dependencies": {
"nyks": "^3.19.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/131/makensis-nw-dist.git"
},
"os": [
"win32"
],
"keywords": [
"nwjs",
"makensis",
"installer",
"windows"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/131/makensis-nw-dist/issues"
},
"homepage": "https://github.com/131/makensis-nw-dist#readme"
}