mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
33 lines
622 B
JSON
Executable File
33 lines
622 B
JSON
Executable File
{
|
|
"name": "opencv",
|
|
"description": "Node Bindings to OpenCV",
|
|
"author": "Peter Braden <peterbraden@peterbraden.co.uk>",
|
|
"dependencies": {
|
|
"buffers": "0.1.1",
|
|
"nan": "1.4.3"
|
|
},
|
|
"version": "2.0.0",
|
|
"devDependencies": {
|
|
"tape": "^3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "node-gyp build",
|
|
"test": "node test/unit.js"
|
|
},
|
|
"keywords": [
|
|
"opencv",
|
|
"computer",
|
|
"vision",
|
|
"quadrocopter"
|
|
],
|
|
"main": "./lib/opencv",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/peterbraden/node-opencv.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|