bug fixes
[henge/kiak.git] / package.json
index d3be192..4433f9e 100644 (file)
@@ -1,26 +1,38 @@
 {
   "name": "strapp",
-  "version": "0.0.0",
-  "description": "A distributed desktop sharer",
+  "version": "0.0.1",
+  "description": "A distributed webrtc bootstrapper",
   "main": "main.js",
   "scripts": {
     "start": "electron ."
   },
   "repository": {
-    "type": "git"
+    "type": "git",
     "url": "git@github.com:Jlavatai/strapp.git"
   },
   "keywords": [
     "WebRTC",
     "Cool",
-    "Screen Sharing",
+    "Desktop Sharing",
     "Distributed",
     "Prototype"
   ],
-  "author": "Jordan Lavatai",
-  "license": "MIT",
-  "devDependencies": {},
+  "author": [
+    "Jordan Lavatai",
+    "Ken Grimes"
+  ],
+  "license": "AGPL-3.0",
+  "devDependencies": {
+    "rollup": "^0.47.6",
+    "rollup-plugin-node-resolve": "^3.0.0"
+  },
   "dependencies": {
-    "electron": "^1.6.11"
+    "electron": "^1.6.11",
+    "get-port": "^3.1.0",
+    "localforage": "^1.5.0",
+    "mime": "^1.3.6",
+    "minimist": "^1.2.0",
+    "rollup-plugin-commonjs": "^8.1.0",
+    "ws": "^3.0.0"
   }
 }