-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
36 lines (36 loc) · 836 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
{
"name": "caraweb",
"version": "0.0.1",
"description": "Face Detection With HTML5's WebSockets, WebRTC's getUserMedia() and OpenCV on Node.js",
"main": "main.js",
"dependencies": {
"async": "~0.2.9",
"coffee-trace": "~1.3.4",
"opencv": "~0.3.1",
"socket.io": "~0.9.16"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xenomuta/caraweb"
},
"keywords": [
"OpenCV",
"Face",
"Detection",
"Machine",
"Vision",
"WebRTC",
"WebSockets",
"HTML5"
],
"author": "Rilke Petrosky Ulloa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xenomuta/caraweb/issues"
},
"homepage": "https://github.com/xenomuta/caraweb"
}