{
  "name": "safety-results-over-time",
  "description": "Chart showing population averages for lab measures, vital signs and other related measures during the course of a clinical trial.",
  "version": "2.3.3",
  "author": "Rho, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/rhoinc/safety-results-over-time#readme",
  "module": "./src/index.js",
  "main": "./safetyResultsOverTime.js",
  "keywords": [
    "labs",
    "vitals",
    "ecg",
    "bds",
    "group comparison",
    "data",
    "visualization",
    "safety",
    "explorer"
  ],
  "dependencies": {
    "d3": "^3",
    "webcharts": "^1.11.5"
  },
  "scripts": {
    "build": "npm audit fix && npm run bundle && npm run format && npm run build-wiki && npm run check-settings-schema",
    "build-wiki": "npm run build-configuration-wiki && npm run build-data-guidelines-wiki",
    "build-configuration-wiki": "node ./scripts/build-configuration-wiki.js",
    "build-data-guidelines-wiki": "node ./scripts/build-data-guidelines-wiki.js",
    "bundle": "rollup -c",
    "check-settings-schema": "node ./scripts/check-settings-schema.js",
    "format": "npm run format-src && npm run format-build",
    "format-src": "prettier --print-width=100 --tab-width=4 --single-quote --write \"./src/**/*.js\"",
    "format-build": "prettier --print-width=100 --tab-width=4 --single-quote --write ./safetyResultsOverTime.js",
    "test-page": "start chrome ./test-page/index.html && start firefox ./test-page/index.html && start iexplore file://%CD%/test-page/index.html",
    "watch": "rollup -c -w"
  },
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.26.0",
    "prettier": "^1.17.1",
    "rollup": "^1.1.2",
    "rollup-plugin-babel": "^3.0.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RhoInc/safety-results-over-time.git"
  },
  "bugs": {
    "url": "https://github.com/RhoInc/safety-results-over-time/issues"
  }
}
