{
  "name": "video-stitch",
  "version": "1.7.1",
  "description": "Stitches video clips on top of another clip using ffmpeg",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.test.js"
  },
  "homepage": "https://github.com/ArsalanDotMe/VideoStitch",
  "keywords": [
    "ffmpeg",
    "video",
    "cut",
    "merge",
    "edit",
    "overlay"
  ],
  "author": "Arsalan Ahmad <contact@arsalan.me>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/ArsalanDotMe/VideoStitch.git"
  },
  "dependencies": {
    "bluebird": "^3.0.6",
    "file-extension": "^2.0.1",
    "lodash": ">=4.17.19",
    "moment": "^2.10.6",
    "moment-duration-format": "^1.3.0",
    "shelljs": "^0.5.3",
    "tmp": "0.0.28"
  },
  "devDependencies": {
    "tape": "^4.2.2"
  }
}
