-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "opencvview",
"version": "2.0.0",
"description": "Simple webbased framwork for test and and viewing python opencv scripts and algorithms",
"main": "",
"directories": {
"example": "examples"
},
"dependencies": {
"express": "^4.13.4"
},
"devDependencies": {},
"scripts": {
"server": "node stream.js > stream.log&",
"imageServer": "python image.py > image.log& ",
"cameraServer": "python camera.py > camera.log& ",
"videoServer": "python video.py > video.log& ",
"setup-deb": "cd setup && sudo bash setup.sh",
"setup-win": "cd setup && start setup.bat ^& exit",
"setup-edison": "cd setup && sudo bash edison.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/its2mc/openCVBuildathon.git"
},
"keywords": [
"opencv",
"opencv",
"websocket",
"pyopencv",
"hackathon",
"buildathon"
],
"author": "PhilMc <[email protected]> (https://github.com/its2mc/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/its2mc/openCVBuildathon/issues"
},
"homepage": "https://github.com/its2mc/openCVBuildathon#readme"
}