janstuemmel/campfhir-server

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "campfhir-server",
  "version": "0.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/janstuemmel/campfhir-server.git"
  },
  "keywords": [
    "fhir"
  ],
  "author": "Jan Stümmel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/janstuemmel/campfhir-server/issues"
  },
  "homepage": "https://github.com/janstuemmel/campfhir-server#readme",
  "dependencies": {
    "body-parser": "^1.17.1",
    "express": "^4.15.2",
    "fhir-proof": "^0.4.0",
    "lodash": "^4.17.4",
    "pg": "^6.1.5",
    "traverse": "^0.6.6",
    "uuid": "^3.0.1"
  },
  "jest": {
    "verbose": true,
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*Spec.js"
    ]
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.4.1",
    "jest": "^19.0.2",
    "supertest": "^3.0.0"
  }
}