{
 "name":"@vapi/node-yolo",
 "version":"2.1.5",
 "description":"Node.js interface for Yolo/Darknet",
 "keywords":[
  "yolo",
  "darknet",
  "recognition",
  "artificial",
  "inteligence",
  "AI",
  "object",
  "detection",
  "classification"
 ],
 "homepage":"https://github.com/rcaceiro/node-yolo",
 "bugs":{
  "url":"https://github.com/rcaceiro/node-yolo/issues"
 },
 "repository":{
  "type":"git",
  "url":"git+https://github.com/rcaceiro/node-yolo.git"
 },
 "main":"index.js",
 "gypfile":true,
 "scripts":{
  "preinstall":"make clean_all && make -j 2 && make clean && node-gyp configure build"
 },
 "dependencies":{
 },
 "engines":{
  "node":">=9"
 },
 "os":[
  "darwin",
  "linux"
 ],
 "cpu":[
  "x64"
 ],
 "author":"Rúben Caceiro <r.caceiro@hotmail.com> & Ricardo Maltez <ricardomaltez@gmail.com>",
 "license":"MIT"
}
