{
  "name": "daily-motion-video",
  "version": "0.0.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoanganh25991/node-daily-motion-video"
  },
  "main": "dist/dailyMotion.js",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-inline-json-import": "^0.2.1",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-preset-node7": "^1.5.0",
    "fs-extra": "^5.0.0",
    "husky": "^0.14.3",
    "lint-staged": "^4.0.0",
    "nodemon": "^1.17.1",
    "prettier": "^1.4.4"
  },
  "dependencies": {
    "axios": "^0.18.0"
  },
  "scripts": {
    "precommit": "lint-staged",
    "build": "babel-node scripts/build.js",
    "babel-node": "babel-node",
    "bn": "babel-node",
    "test": "babel-node scripts/run-test.js"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write --no-semi --print-width 120",
      "git add"
    ]
  }
}
