intuitivo_cv
Version:
for intuitivo only
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "intuitivo_cv",
"version": "1.0.0",
"description": "for intuitivo only",
"main": "darknet.js",
"typings": "darknet.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/joseware/darknet.js.git"
},
"homepage": "https://github.com/joseware/darknet.js",
"scripts": {
"build": "./install-script.sh && node-gyp rebuild",
"clean": "node-gyp clean",
"test": "./examples/example && jasmine",
"install": "./install-script.sh && node-gyp rebuild",
"prepublishOnly": "npx tsc"
},
"gypfile": true,
"keywords": [
"darknet",
"yolo",
"yolov3",
"yolov3-tiny",
"object detection",
"machine learning"
],
"author": "Bennett Hardwick <bennetthardwick@icloud.com> (bennetthardwick.com)",
"license": "MIT",
"dependencies": {
"node-addon-api": "^1.6.3",
"node-gyp": "^5.0.2"
},
"devDependencies": {
"@types/node": "^12.6.2",
"jasmine": "^3.1.0",
"typescript": "^3.5.3"
},
"bugs": {
"url": "https://github.com/joseware/darknet.js/issues"
},
"directories": {
"example": "examples",
"lib": "lib"
}
}