-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 KB
/
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
40
41
42
43
44
45
46
{
"name": "webrobocontrol",
"version": "1.0.0",
"description": "- Communicated to Ramudroid over REST apis and MQTT - Live streams ramudroid's camera intake and adds Augmented reality - Overlays GPS location on GIS system like google maps - Displays real time statistics and anlytics - compatible with chromium and mozilla browsers - device agnostic design using bootstrap templates",
"main": "server.js",
"dependencies": {
"apidoc": "^0.20.0",
"dotenv": "^2.0.0",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-base64": "^0.1.3",
"gulp-cat": "^0.3.3",
"gulp-concat": "^2.6.1",
"gulp-data-uri": "^0.1.3",
"gulp-expect-file": "^1.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"node-static": "^0.7.11",
"request": "^2.68.0",
"restify": "^8.5.1",
"restify-errors": "^4.3.0",
"restify-plugins": "^1.6.0",
"socket.io": "^2.3.0",
"underscore": "^1.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"webrtc",
"ramudroid",
"iot",
"livestream",
"rpi",
"arduino",
"ircamera",
"augmentedreality",
"videoanalytics"
],
"author": "altanai",
"license": "ISC"
}