- Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
21 lines (21 loc) · 488 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 488 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "opencv-node",
"description": "Opencv for node",
"version": "0.2.6",
"homepage": "https://github.com/codeboost/opencv-node",
"author": "Florin Braghis <florin@libertv.ro>",
"keywords" : ["opencv"],
"scripts": {
"install": "node-gyp configure build",
"test": "coffee script/tests"
},
"main": "index.js",
"engines": {
"node": ">=0.8.11"
},
"dependencies": {
"coffee-script": ">=1.3.3",
"underscore": ">=1.3.3",
"keypress": "*"
}
}