{
  "name": "tfjs-yolo-tiny",
  "description": "YOLO Object detection right in the browser via Tensorflow.js",
  "version": "1.0.1",
  "main": "dist/index.bundle.js",
  "license": "MIT",
  "keywords": [
    "tfjs",
    "Tensorflow",
    "Tensorflow.js",
    "YOLO",
    "object detection",
    "machine learning",
    "deep learning"
  ],
  "author": "Mike Shi <hi@michaelshi.me>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ModelDepot/tfjs-yolo-tiny"
  },
  "peerDependencies": {
    "@tensorflow/tfjs": "^0.13"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.5.0",
    "babel-preset-env": "^1.6.1",
    "jest": "^22.4.3",
    "webpack": "^4.5.0",
    "webpack-cli": "^2.0.14"
  },
  "scripts": {
    "build": "webpack",
    "test": "jest",
    "watch": "webpack --watch"
  }
}
