[READ-ONLY] Mirror of https://github.com/probablykasper/embler. Turn binaries into applications npmjs.com/package/embler
app builder cli dmg macos node package packager
0

Configure Feed

Select the types of activity you want to include in your feed.

More info in package.json

Kasper (Aug 18, 2020, 12:25 PM +0200) 5f4d569a 12740f31

+17
+17
package.json
··· 1 1 { 2 2 "name": "pakager", 3 3 "version": "1.0.0", 4 + "description": "Turn binaries into applications", 5 + "author": { 6 + "name": "Kasper Henningsen", 7 + "url": "https://kasper.space" 8 + }, 4 9 "main": "main.js", 5 10 "bin": { 6 11 "pakager": "bin.js" 7 12 }, 13 + "repository": { 14 + "type": "git", 15 + "url": "git+https://github.com/probablykasper/pakager.git" 16 + }, 17 + "bugs": { 18 + "url": "https://github.com/probablykasper/pakager/issues" 19 + }, 20 + "homepage": "https://github.com/probablykasper/pakager#readme", 21 + "keywords": [ 22 + "packager", "pack", "pkg", "builder", "desktop", "binary", 23 + "mac", "macos", "app", "dmg", "zip", "tar.gz" 24 + ], 8 25 "license": "MIT", 9 26 "files": [ 10 27 "assets",