initial
[henge/kiak.git] / package.json
1 {
2 "name": "strapp",
3 "version": "0.0.1",
4 "description": "A distributed webrtc bootstrapper",
5 "main": "main.js",
6 "scripts": {
7 "start": "electron ."
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:Jlavatai/strapp.git"
12 },
13 "keywords": [
14 "WebRTC",
15 "Cool",
16 "Desktop Sharing",
17 "Distributed",
18 "Prototype"
19 ],
20 "author": [
21 "Jordan Lavatai",
22 "Ken Grimes"
23 ],
24 "license": "AGPL-3.0",
25 "devDependencies": {},
26 "dependencies": {
27 "electron": "^1.6.11",
28 "get-port": "^3.1.0",
29 "mime": "^1.3.6",
30 "minimist": "^1.2.0",
31 "ws": "^3.0.0"
32 }
33 }