node-double-take
Version:
Node.js Wrapper for Double Take Facial Recognition HTTP API
39 lines (38 loc) • 922 B
JSON
{
"name": "node-double-take",
"version": "0.0.4",
"description": "Node.js Wrapper for Double Take Facial Recognition HTTP API",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Shinobi-Systems/double-take.git"
},
"keywords": [
"double take",
"doubletake",
"shinobi"
],
"author": "Moe Alam, Shinobi Systems",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Shinobi-Systems/double-take/issues"
},
"funding": [
{
"type": "PayPal",
"url": "https://paypal.me/ShinobiCCTV"
},
{
"type": "ShinobiShop",
"url": "https://licenses.shinobi.video"
}
],
"homepage": "https://gitlab.com/Shinobi-Systems/double-take#readme",
"dependencies": {
"node-fetch": "^2.6.7",
"node-abort-controller": "^3.0.1"
}
}