repo added
[henge/kiak.git] / package.json
1 {
2 "name": "strapp",
3 "version": "0.0.0",
4 "description": "A distributed desktop sharer",
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 "Screen Sharing",
17 "Distributed",
18 "Prototype"
19 ],
20 "author": "Jordan Lavatai",
21 "license": "MIT",
22 "devDependencies": {},
23 "dependencies": {
24 "electron": "^1.6.11"
25 }
26 }