mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Merge pull request #62 from SonicHedgehog/package.json
Enhance package.json
This commit is contained in:
commit
cceea7b498
11
package.json
11
package.json
@ -9,7 +9,10 @@
|
||||
"devDependencies": {
|
||||
"vows": "*"
|
||||
},
|
||||
"engine": "node >= 0.4.1",
|
||||
"engines": {
|
||||
"node": ">=0.4.1"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"preinstall": "node-gyp clean rebuild",
|
||||
"test": "vows test/unit.js"
|
||||
@ -20,5 +23,9 @@
|
||||
"vision",
|
||||
"quadrocopter"
|
||||
],
|
||||
"main": "./lib/opencv"
|
||||
"main": "./lib/opencv",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/peterbraden/node-opencv.git"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user