UNPKG

swallowassessment-pack

Version:

Find out about age-specific behaviors warranting a swallow assessment

73 lines (72 loc) 1.74 kB
{ "name": "swallowassessment-pack", "version": "0.2.0", "description": "Find out about age-specific behaviors warranting a swallow assessment", "main": "src/index.js", "scripts": { "serve": "webpack serve --hot --mode development", "test": "mocha-chrome test/view-test.html", "build": "webpack && webpack --config test/test.webpack.config.js" }, "repository": { "type": "git", "url": "https://github.com/ccnmtl/swallowassessment-pack.git" }, "keywords": [ "webpack", "mocha", "chai", "jquery", "client", "ctl" ], "author": { "name": "Zarina Mustapha", "email": "zarina@columbia.edu" }, "contributors": [ { "name": "Susan Dreher", "email": "sdreher@columbia.edu" }, { "name": "Cindy Smalletz", "email": "cks2120@columbia.edu" } ], "bugs": { "url": "https://github.com/ccnmtl/swallowassessment-pack/issues" }, "license": "GPL-3.0", "greenkeeper": { "ignore": [ "bootstrap" ] }, "devDependencies": { "chai": "^4.0.2", "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", "css-loader": "^6.2.0", "file-loader": "^6.0.0", "imagemapchart": "^0.1.2", "jquery": "^3.2.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.51.2" } }