Populate required fields in package.json

// FREEBIE
This commit is contained in:
lilia 2017-03-07 16:55:24 -08:00 committed by Scott Nonnenberg
parent 2cf7ea0a94
commit e6e8f02fb7
No known key found for this signature in database
GPG Key ID: A4931C09644C654B
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
{
"name": "signal-desktop",
"description": "Private messaging from your desktop",
"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",
"devDependencies": {
"bower": "^1.3.12",