X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=package.json;h=4433f9e58e6b818049312e3929a1189b65417157;hp=6d7e957f1f5b1eeef6a6119a5278f43917d8ff51;hb=HEAD;hpb=bed1eb01bf916bee2817257472587d5872f09cef diff --git a/package.json b/package.json index 6d7e957..4433f9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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 ." @@ -13,14 +13,26 @@ "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" } }