{
  "name": "dentalvisitactivity-pack",
  "version": "0.2.0",
  "description": "Interactive to recreate a pediatric dental visit",
  "main": "src/index.js",
  "scripts": {
    "serve": "webpack-dev-server --hot --mode development",
    "test": "npm run test-unit && npm run test-client",
    "test-unit": "mocha test/model-test.js",
    "test-client": "mocha-chrome dist/view-test.html",
    "build": "webpack --mode production && webpack --config test/test.webpack.config.js --mode development"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ccnmtl/dentalvisitactivity-pack.git"
  },
  "keywords": [
    "webpack",
    "mocha",
    "chai",
    "jquery",
    "client",
    "ctl"
  ],
  "author": {
    "name": "Susan Dreher",
    "email": "sdreher@columbia.edu"
  },
  "contributors": [
    {
      "name": "Zarina Mustapha",
      "email": "zarina@columbia.edu"
    },
    {
      "name": "Cindy Smalletz",
      "email": "cks2120@columbia.edu"
    }
  ],
  "bugs": {
    "url": "https://github.com/ccnmtl/dentalvisitactivity-pack/issues"
  },
  "greenkeeper": {
    "ignore": [
      "bootstrap"
    ]
  },
  "license": "GPL-3.0",
  "devDependencies": {
    "chai": "^4.0.1",
    "eslint": "~7.32.0",
    "eslint-plugin-no-unsafe-innerhtml": "^1.0.16",
    "eslint-plugin-security": "^1.4.0",
    "loglevel": "^1.4.1",
    "mocha": "^9.0.0",
    "mocha-chrome": "^2.2.0",
    "webpack-dev-server": "^4.1.0",
    "webpack-cli": "~4.8.0"
  },
  "dependencies": {
    "backbone": "1.4.0",
    "bootstrap": "^3.3.7",
    "bootstrap-arrow-buttons": "^1.0.4",
    "css-loader": "^6.2.0",
    "file-loader": "^6.0.0",
    "jquery": "^3.1.1",
    "json-loader": "^0.5.4",
    "style-loader": "^3.0.0",
    "svg-loader": "0.0.2",
    "underscore": "~1.13.1",
    "underscore-template-loader": "^1.0.0",
    "url-loader": "^4.0.0",
    "webpack": "^5.10.3"
  }
}
