{
  "name": "@dlib-js/face-detection",
  "version": "0.1.5",
  "description": "Face detection module for dlib js using dlib c++",
  "keywords": [
    "face",
    "face-detection",
    "dlib"
  ],
  "author": "Ankit Gupta <ankit.gupta.cs1511@gmail.com>",
  "homepage": "https://github.com/Ankit-Gupta-1511/dlib-js/tree/master/packages/face-detection#readme",
  "license": "MIT",
  "main": "lib/face-detection.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ankit-Gupta-1511/dlib-js.git"
  },
  "scripts": {
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/Ankit-Gupta-1511/dlib-js/issues"
  },
  "gitHead": "7bd421c56e28b00abb8425dbcb77db0c2e3b7333"
}
