{
  "name": "face-recognition-widget",
  "version": "1.0.1",
  "main": "build/index.html",
  "license": "MIT",
  "homepage": "http://supachaic.github.io/bnk48-face-recognition",
  "dependencies": {
    "face-api.js": "^0.16.1",
    "gh-pages": "^2.0.1",
    "react": "latest",
    "react-dom": "latest",
    "react-router-dom": "^4.3.1",
    "react-scripts": "2.1.1",
    "react-webcam": "^1.0.4",
    "tslib": "^1.9.3"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
