21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"name": "shinobi-yolo",
|
|
"version": "2.0.0",
|
|
"description": "YoloV3 plugin for Shinobi that uses C++ functions for detection.",
|
|
"main": "shinobi-yolo.js",
|
|
"dependencies": {
|
|
"socket.io-client": "^1.7.4",
|
|
"express": "^4.16.2",
|
|
"moment": "^2.19.2",
|
|
"socket.io": "^2.0.4",
|
|
"imagickal": "^4.0.0",
|
|
"node-yolo-shinobi": "^2.0.3"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Moe Alam",
|
|
"license": "ISC"
|
|
}
|