{
  "name": "mosse",
  "version": "0.1.1",
  "description": "Fast correlation filters for tracking objects in video",
  "main": "build/mosse.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/auduno/mosse.git"
  },
  "module": "build/mosse.module.js",
  "scripts": {
    "build": "rollup -c"
  },
  "author": {
    "name": "Audun Mathias Øygard",
    "email": "amoygard@gmail.com",
    "url": "https://auduno.com/"
  },
  "keywords": [
    "computer-vision"
  ],
  "license": "MIT",
  "devDependencies": {
    "rollup": "^0.41.6"
  }
}

