package.json
Showing
package.json
0 → 100644
| { | |||
| "name": "face-detection", | |||
| "version": "1.0.0", | |||
| "description": "face detection and recognition with OpenCV + librealsense", | |||
| "main": "face-detection.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "install": "node-gyp rebuild" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git@gitlab.quokka.pub:LikeAWildfire/face-detection.git" | |||
| }, | |||
| "author": "", | |||
| "license": "MPL-2.0", | |||
| "gypfile": true | |||
| } |
Please
register
or
sign in
to comment