{
  "name": "@bldr/rest-api",
  "version": "0.1.21",
  "description": "A REST API to save states of the seating plan app..",
  "homepage": "https://github.com/Josef-Friedrich/baldr#readme",
  "bugs": {
    "url": "https://github.com/Josef-Friedrich/baldr/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Josef-Friedrich/baldr.git"
  },
  "license": "MIT",
  "author": {
    "name": "Josef Friedrich",
    "email": "josef@friedrich.rocks",
    "url": "https://josef.friedrich.rocks"
  },
  "main": "index.js",
  "bin": {
    "baldr-rest-api": "./index.js"
  },
  "scripts": {
    "test": "mocha tests"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@bldr/media-server": "^0.1.11",
    "commander": "^3.0.1",
    "cors": "^2.8.5",
    "express": "^4.17.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "mocha": "^6.2.0"
  },
  "gitHead": "e42523f5139579561eb835ffd166b1cf741460e2"
}
