-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"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-headless-chrome -f 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": {
"acorn": "8.14.0",
"chai": "^4.0.2",
"eslint": "~9.20.0",
"eslint-plugin-security": "^3.0.0",
"globals": "^15.8.0",
"loglevel": "^1.4.1",
"mocha": "^11.0.0",
"mocha-headless-chrome": "^4.0.0",
"webpack-cli": "~6.0.0",
"webpack-dev-server": "^5.0.0"
},
"dependencies": {
"backbone": "1.6.0",
"bootstrap": "^4.0.0",
"crypto-js": "4.2.0",
"css-loader": "^7.0.0",
"file-loader": "^6.0.0",
"filesaver.js": "1.3.4",
"jquery": "^3.2.1",
"popper.js": "1.16.1",
"style-loader": "^4.0.0",
"ua-parser-js": "2.0.0",
"underscore": "1.13.1",
"underscore-template-loader": "^1.0.0",
"webpack": "^5.51.2"
},
"overrides": {
"minimist": "~1.2.6"
}
}