Last active
April 26, 2020 23:15
-
-
Save haigopi/d6e559e800c59daf92e1978f72337f7e to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "allibilli", | |
"version": "1.0.0", | |
"description": "All News papares at single place", | |
"main": "./main.js", | |
"scripts": { | |
"start": "electron . built", | |
"plain": "electron . plain", | |
"package": "electron-packager ./ starterapp --all --out ./dist --overwrite", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [ | |
"AlliBilli", | |
"News" | |
], | |
"author": "Gopi K Kancharla", | |
"license": "MIT", | |
"devDependencies": { | |
"electron-packager": "^14.2.1", | |
"electron": "^8.2.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment