{
  "name": "media-manager",
  "version": "1.1.6",
  "description": "",
  "main": "src/app.js",
  "scripts": {
    "test": "yarn lint",
    "dev": "./node_modules/.bin/nodemon index.js",
    "start": "node index.js",
    "fix": "eslint --fix src/*/*.js index.js test",
    "lint": "eslint --ext src/*/*.js index.js test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soixantecircuits/media-manager.git"
  },
  "author": "Soixante circuits",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/soixantecircuits/media-manager/issues"
  },
  "homepage": "https://github.com/soixantecircuits/media-manager#readme",
  "dependencies": {
    "async": "^2.4.0",
    "body-parser": "^1.15.2",
    "chokidar": "^1.6.1",
    "commander": "^2.9.0",
    "cors": "^2.8.1",
    "download": "^6.2.2",
    "express": "^4.14.0",
    "fs-extra": "^3.0.1",
    "ip": "^1.1.5",
    "media-helper": "^1.1.1",
    "moment": "^2.17.1",
    "mongoose": "^4.7.6",
    "nconf": "^0.8.4",
    "path": "^0.12.7",
    "spacebro-client": "0.4.0-beta.5",
    "standard-settings": "^1.1.0",
    "uuid": "^3.0.1",
    "winston": "^2.3.1"
  },
  "devDependencies": {
    "babel-eslint": "7",
    "eslint": "3.x",
    "eslint-config-standard": "^5.1.0",
    "eslint-friendly-formatter": "^2.0.5",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-ava": "^4.2.1",
    "eslint-plugin-html": "^1.3.0",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-node": "^5.0.0",
    "eslint-plugin-promise": "^1.0.8",
    "eslint-plugin-standard": "^1.3.2",
    "nodemon": "^1.11.0",
    "standard": "^10.0.2"
  }
}
