{
  "name": "ssnm-pack",
  "version": "0.3.0",
  "description": "The Social Support Network Map is an ecomap tool to help students and mental health professionals create digital social support maps.",
  "main": "src/index.js",
  "scripts": {
    "serve": "webpack serve --mode development --hot",
    "test": "npm run test-unit && npm run test-client",
    "test-unit": "mocha test/model-test.js",
    "test-client": "mocha-chrome test/view-test.html",
    "build": "webpack && webpack --config test/test.webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ccnmtl/ssnm-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": "Jessica Rowe",
      "email": "jr2502@columbia.edu"
    }
  ],
  "bugs": {
    "url": "https://github.com/ccnmtl/ssnm-pack/issues"
  },
  "license": "GPL-3.0",
  "devDependencies": {
    "chai": "^4.0.2",
    "eslint": "~7.32.0",
    "eslint-config-scanjs": "^1.0.0-beta4",
    "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": "^4.0.0",
    "css-loader": "^6.2.0",
    "crypto-js": "4.1.1",
    "file-loader": "^6.0.0",
    "filesaver.js": "1.3.4",
    "jquery": "^3.2.1",
    "popper.js": "1.16.1",
    "style-loader": "^3.0.0",
    "ua-parser-js": "0.7.28",
    "underscore": "1.13.1",
    "underscore-template-loader": "^1.0.0",
    "webpack": "^5.51.2"
  }
}
