{
  "private": true,
  "license": "Apache License, Version 2.0",
  "author": "AtlasBoard",
  "name": "t-motion-dash",
  "description": "A dashboard built for AtlasBoard",
  "version": "0.0.1",
  "homepage": "",
  "repository": {
    "type": "git",
    "url": ""
  },
  "engines": {
    "npm": "~2.0.0",
    "node": ">=0.10"
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  },
  "scripts": {
    "start": "node start",
    "test": "find . -regex '.*/jobs/.*/test/.*.js' | xargs mocha"
  },
  "dependencies": {
    "detect-file-type": "^0.1.4",
    "file-type": "^9.0.0",
    "mime-types": "^2.1.20",
    "moment": "^2.22.2",
    "ngrok": "^3.1.0",
    "node-cmd": "^3.0.0"
  }
}
