SkyzohKey/Tox Client | Show object: 85f3498009f63ba52f959f970b7ebf3579815496 ∙ GitFOSS
85f3498 (parent b01f674)7/25/2016, 4:01:31 PM
package.json update
+ 5
- 11
@@ -1,8 +1,7 @@
 {
   "name": "Tox",
   "version": "0.1.0",
-  "description": "A minimal but customizable Tox client",
-  "main": "main.js",
+  "description": "A quick prototype of a Tox client powered by JS running everywhere",
   "scripts": {
     "dev": "electron ./app",
     "clean": "rm -rf ./dist",

...
@@ -16,18 +15,13 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+soon"
+    "url": "git+https://github.com/SkyzohKey/Tox-client.git"
   },
-  "keywords": [
-    "Tox",
-    "Client",
-    "P2P",
-    "Encryption"
-  ],
-  "author": "SkyzohKey",
+  "keywords": [ "Tox", "Toxcore", "client", "Instant Messaging", "im", "secure", "p2p", "encrypted" ],
+  "author": "SkyzohKey <skyzohkey@invmail.io>",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/soon"
+    "url": "https://github.com/SkyzohKey/Tox-client/issues"
   },
   "devDependencies": {
     "electron-prebuilt": "^1.2.0"