restructured stuff
[henge/kiak.git] / package.json
index e9ab6fa..ed07cd4 100644 (file)
@@ -6,17 +6,22 @@
   "scripts": {
     "start": "electron ."
   },
-  "repository": "",
+  "repository": {
+    "type": "git",
+    "url": "git@github.com:Jlavatai/strapp.git"
+  },
   "keywords": [
     "WebRTC",
     "Cool",
-    "Screen Sharing",
+    "Desktop Sharing",
     "Distributed",
     "Prototype"
   ],
-  "author": "Jordan Lavatai",
+  "author": [ "Jordan Lavatai", "Ken Grimes" ],
   "license": "MIT",
-  "devDependencies": {
-    "electron": "~1.6.2"
+  "devDependencies": {},
+  "dependencies": {
+    "electron": "^1.6.11",
+    "ws": "^3.0.0"
   }
 }