Populate required fields in package.json
// FREEBIE
This commit is contained in:
parent
2cf7ea0a94
commit
e6e8f02fb7
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "signal-desktop",
|
"name": "signal-desktop",
|
||||||
|
"description": "Private messaging from your desktop",
|
||||||
"repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
|
"repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Open Whisper Systems",
|
||||||
|
"email": "support@whispersystems.org"
|
||||||
|
},
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "^1.3.12",
|
"bower": "^1.3.12",
|
||||||
|
|
Loading…
Add table
Reference in a new issue