{
  "author": "Sebastian Lorenzo <SebastianLorenzo@gmail.com>",
  "bugs": {
    "url": "https://github.com/slorenzo/mp3-to-video/issues"
  },
  "dependencies": {
    "fluent-ffmpeg": "^2.1.0",
    "file-exists": "^2.0.0"
  },
  "description": "Create video from mp3 and a single image.",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-eslint": "^7.0.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-stage-1": "^6.16.0",
    "chai": "^3.5.0",
    "dirty-chai": "^1.2.2",
    "eslint": "^3.7.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^2.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.0"
  },
  "engines": {
    "node": ">=4.2.4"
  },
  "homepage": "https://github.com/slorenzo/mp3-to-video#readme",
  "keywords": [
    "mp3",
    "convert",
    "video",
    "ffmpeg"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mp3-to-video",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slorenzo/mp3-to-video.git"
  },
  "scripts": {
    "build": ". scripts/build.sh",
    "check-coverage": "node_modules/.bin/istanbul check-coverage --statements 0 --branches 0 --functions 0 --lines 0 ./coverage/coverage.json",
    "coverage": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- test/**/*.js --recursive",
    "lint": "node_modules/.bin/eslint --ext .js .",
    "mocha": "babel-node node_modules/mocha/bin/_mocha test/**/*.js --recursive",
    "prepublish": "npm run build",
    "test": "npm run coverage"
  },
  "version": "1.0.3"
}
