X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=package.json;h=4433f9e58e6b818049312e3929a1189b65417157;hp=ed07cd45d43c95446155c65cfe0c00ba9921ce0c;hb=HEAD;hpb=1c99c911f3941f23ceaa5f1b303e986f6de0dc7f diff --git a/package.json b/package.json index ed07cd4..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 ." @@ -17,11 +17,22 @@ "Distributed", "Prototype" ], - "author": [ "Jordan Lavatai", "Ken Grimes" ], - "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", + "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" } }