23 lines
555 B
JSON
23 lines
555 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": {
|
|
"imagickal": "^4.0.0",
|
|
"moment": "^2.29.1",
|
|
"dotenv": "^8.2.0",
|
|
"cws": "^2.0.0",
|
|
"express": "^4.16.4",
|
|
"socket.io": "^4.4.1",
|
|
"socket.io-client": "^4.4.1",
|
|
"node-yolo-shinobi": "^2.0.3"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Moe Alam",
|
|
"license": "ISC"
|
|
}
|