mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-24 23:58:32 +00:00
Modified package.json
This commit is contained in:
parent
ff5545435a
commit
0939715017
16
package.json
16
package.json
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-packager",
|
"name": "nativefier",
|
||||||
"version": "5.0.0",
|
"version": "1.0.0",
|
||||||
"description": "package your electron app in OS executables (.app, .exe, etc) via JS or CLI",
|
"description": "Wrap single-page web apps natively",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"electron-packager": "cli.js"
|
"nativefier": "cli.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/maxogden/electron-packager.git"
|
"url": "git+https://github.com/skewedlines/Nativefier"
|
||||||
},
|
},
|
||||||
"author": "max ogden",
|
"author": "Jia Hao",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/maxogden/electron-packager/issues"
|
"url": "https://github.com/skewedlines/Nativefier/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/maxogden/electron-packager",
|
"homepage": "https://github.com/skewedlines/Nativefier",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asar": "^0.6.1",
|
"asar": "^0.6.1",
|
||||||
"electron-download": "^1.0.0",
|
"electron-download": "^1.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user