X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=package.json;h=3122b2b1759aacf3e73de2f120a29184153a1da8;hp=e9ab6fa8e9bff67f8252ef5f1945605409556efb;hb=25a33ef76e7fbb1647fcbac0bd2c3b2cb84ca2d2;hpb=7fd3f284dd9ab8078c66049e3eb034ab52a368a5 diff --git a/package.json b/package.json index e9ab6fa..3122b2b 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,33 @@ -{ - "name": "strapp", - "version": "0.0.0", - "description": "A distributed desktop sharer", - "main": "main.js", - "scripts": { - "start": "electron ." - }, - "repository": "", - "keywords": [ - "WebRTC", - "Cool", - "Screen Sharing", - "Distributed", - "Prototype" - ], - "author": "Jordan Lavatai", - "license": "MIT", - "devDependencies": { - "electron": "~1.6.2" - } -} +{ + "name": "strapp", + "version": "0.0.1", + "description": "A distributed webrtc bootstrapper", + "main": "main.js", + "scripts": { + "start": "electron ." + }, + "repository": { + "type": "git", + "url": "git@github.com:Jlavatai/strapp.git" + }, + "keywords": [ + "WebRTC", + "Cool", + "Desktop Sharing", + "Distributed", + "Prototype" + ], + "author": [ + "Jordan Lavatai", + "Ken Grimes" + ], + "license": "AGPL-3.0", + "devDependencies": {}, + "dependencies": { + "electron": "^1.6.11", + "get-port": "^3.1.0", + "mime": "^1.3.6", + "minimist": "^1.2.0", + "ws": "^3.0.0" + } +}