fisheye-correction-plus
Version:
A opencv fisheye camera model bindings for Node.js
44 lines (43 loc) • 893 B
JSON
{
"name": "fisheye-correction-plus",
"version": "0.0.3",
"description": "A opencv fisheye camera model bindings for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/AriadnaProtofy/fisheye-correction-plus"
},
"scripts": {
"build:dev": "node-gyp -j 8 rebuild --debug",
"build": "node-gyp -j 8 rebuild",
"clean": "node-gyp clean"
},
"keywords": [
"opencv",
"fisheye",
"camera",
"calibrate",
"undistort"
],
"author": "Ariadna Marquès <ariadna@protofy.xyz>",
"license": "MIT",
"gypfile": true,
"files": [
"src",
"utils",
"binding.gyp",
"index.d.ts",
"index.js"
],
"engines": {
"node": ">=8"
},
"dependencies": {
"bindings": "^1.3.0",
"node-addon-api": "^1.4.0"
},
"devDependencies": {
"@types/node": "^10.9.3",
"node-gyp": "^3.8.0"
}
}