X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=package.json;h=4433f9e58e6b818049312e3929a1189b65417157;hp=e9ab6fa8e9bff67f8252ef5f1945605409556efb;hb=4e6773ca79a062ba35c0659e32951e11a3db9cf6;hpb=7fd3f284dd9ab8078c66049e3eb034ab52a368a5 diff --git a/package.json b/package.json index e9ab6fa..4433f9e 100644 --- a/package.json +++ b/package.json @@ -1,22 +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": "", + "repository": { + "type": "git", + "url": "git@github.com:Jlavatai/strapp.git" + }, "keywords": [ "WebRTC", "Cool", - "Screen Sharing", + "Desktop Sharing", "Distributed", "Prototype" ], - "author": "Jordan Lavatai", - "license": "MIT", + "author": [ + "Jordan Lavatai", + "Ken Grimes" + ], + "license": "AGPL-3.0", "devDependencies": { - "electron": "~1.6.2" + "rollup": "^0.47.6", + "rollup-plugin-node-resolve": "^3.0.0" + }, + "dependencies": { + "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" } }