-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "poc-rpas",
"version": "0.1.0",
"description": "Proof of concept for a Remotely Piloted Aircraft System with nodejs.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicolasLeRoux/rpaswui.git"
},
"keywords": [
"rpas",
"nodejs",
"poc"
],
"author": "Nicolas Le Roux",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasLeRoux/poc-rpas/issues"
},
"homepage": "https://github.com/NicolasLeRoux/rpaswui#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"fscreen": "^1.0.2",
"material-components-web": "^0.25.0",
"mithril": "^1.1.5",
"node-wifi": "^1.2.5",
"uuid": "^3.2.1",
"websocket": "^1.0.24",
"wrtc": "0.0.62",
"zen-observable": "^0.6.0"
},
"devDependencies": {
"npm-run-all": "^4.1.2"
}
}