{
  "name": "orator",
  "version": "3.0.2",
  "description": "Unopinionated restful web API server container",
  "main": "source/Orator.js",
  "scripts": {
    "start": "node source/Orator.js",
    "coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-lcov ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
    "test": "./node_modules/mocha/bin/_mocha --exit -u tdd -R spec",
    "build": "./node_modules/.bin/gulp build",
    "docker-dev-build-image": "docker build ./ -f Dockerfile_LUXURYCode -t retold/orator:local",
    "docker-dev-run": "docker run -it -d --name retold-orator-dev -p 40000:8080 -p 48086:8086 -p 48088:8088 -v \"$PWD/.config:/home/coder/.config\"  -v \"$PWD:/home/coder/orator\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/orator:local"
  },
  "browser": {
    "./source/Orator-Default-ServiceServers-Node.js": "./source/Orator-Default-ServiceServers-Web.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stevenvelozo/orator.git"
  },
  "keywords": [
    "rest",
    "api",
    "logging"
  ],
  "author": "Steven Velozo <steven@velozo.com> (http://velozo.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevenvelozo/orator/issues"
  },
  "mocha": {
    "diff": true,
    "extension": [
      "js"
    ],
    "package": "./package.json",
    "reporter": "spec",
    "slow": "75",
    "timeout": "5000",
    "ui": "tdd",
    "watch-files": [
      "source/**/*.js",
      "test/**/*.js"
    ],
    "watch-ignore": [
      "lib/vendor"
    ]
  },
  "homepage": "https://github.com/stevenvelozo/orator",
  "devDependencies": {
    "browserify": "^17.0.0",
    "chai": "4.3.7",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-terser": "^2.1.0",
    "gulp-util": "^3.0.8",
    "mocha": "10.2.0",
    "nyc": "^15.1.0",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "async": "^3.2.4",
    "fable": "~3.0.2",
    "find-my-way": "^7.5.0",
    "orator-serviceserver": "^1.0.1"
  }
}
