{
  "name": "tfjs-yolo",
  "version": "0.0.4",
  "description": "YOLO v3 and Tiny YOLO v1, v2, v3 object detection with Tensorflow.js",
  "main": "dist/index.bundle.js",
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch"
  },
  "author": "Qian Sha",
  "repository": {
    "type": "git",
    "url": "https://github.com/shaqian/tfjs-yolo"
  },
  "license": "MIT",
  "devDependencies": {
    "@tensorflow/tfjs": "^1.0.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "webpack": "^4.21.0",
    "webpack-cli": "^3.1.2"
  },
  "keywords": [
    "tfjs", "tensorflow", "yolo", "tiny-yolo" 
  ]
}
