forked from ivanseidel/node-ssl-vision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 691 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 691 Bytes
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
{
"name": "ssl-vision",
"version": "1.0.1",
"description": "Receive Multicast parsed data from Robocup SSL Vision with NodeJS",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ivanseidel/node-require-smart.git"
},
"keywords": [
"robocup",
"ssl vision",
"protocol-buffers",
"multicast",
"ssl vision robocup"
],
"authors": [
"Ivan Seidel Gomes",
"João Pedro Vilas Boas"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ivanseidel/ssl-vision-nodejs/issues"
},
"homepage": "https://github.com/ivanseidel/ssl-vision-nodejs",
"dependencies": {
"protocol-buffers": "^3.2.1"
}
}