first commit
[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 "keywords": [
11 "WebRTC",
12 "Cool",
13 "Screen Sharing",
14 "Distributed",
15 "Prototype"
16 ],
17 "author": "Jordan Lavatai",
18 "license": "MIT",
19 "devDependencies": {
20 "electron": "~1.6.2"
21 }
22 }