{
  "name": "smart-fred",
  "version": "0.5.2",
  "description": "",
  "scripts": {
    "dev": "webpack-dev-server --config --devtool eval --progress --colors --inline --content-base ./public",
    "build-profiles": "./node_modules/.bin/coffee ./scripts/simplify-profiles.coffee",
    "build": "WEBPACK_ENV=build ./node_modules/.bin/webpack",
    "test": "./node_modules/.bin/mocha",
    "test-watch": "./node_modules/.bin/mocha -w",
    "deploy-gh": "git subtree push --prefix public origin gh-pages",
    "reset-gh-pages": "git push origin `git subtree split --prefix output gh-pages`:gh-pages --force"
  },
  "author": "Dan Gottlieb",
  "license": "MIT",
  "devDependencies": {
    "cjsx-loader": "^2.1.0",
    "coffee-loader": "^0.7.2",
    "coffee-script": "^1.10.0",
    "json-loader": "^0.5.4",
    "jsx-loader": "^0.13.2",
    "mocha": "^5.2.0",
    "webpack": "^1.12.2",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10",
    "webpack-file-changer": "^2.0.1"
  },
  "dependencies": {
    "freezer-js": "^0.8.0",
    "moment": "^2.10.6",
    "node-uuid": "^1.4.7",
    "osh-async-parallel": "0.0.0",
    "react": "^16.4.1",
    "react-bootstrap": "^0.32.4",
    "react-dom": "^16.4.1",
    "sanitize-caja": "^0.1.3"
  },
  "keywords": [
    "fhir",
    "smart"
  ]
}
