{
  "name": "@dlib-js/face-landmarks",
  "version": "0.1.5",
  "description": "Package to get the face landmarks using dlib c++",
  "keywords": [
    "face",
    "face-landmarks",
    "dlib",
    "landmarks"
  ],
  "author": "Ankit Gupta <ankit.gupta.cs1511@gmail.com>",
  "homepage": "https://github.com/Ankit-Gupta-1511/dlib-js/tree/master/packages/face-landmarks#readme",
  "license": "MIT",
  "main": "lib/face-landmarks.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"
}
