forked from carlsonp/kort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.01 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
74
75
76
{
"name": "@carlsonp/kort",
"version": "1.0.1",
"description": "A web application that provides UX card sorting, tree testing, and more.",
"keywords": [
"UX",
"User Experience",
"card sort",
"tree testing",
"product reaction",
"system usability scale",
"net promoter score"
],
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/carlsonp/kort.git"
},
"bugs": {
"url": "https://github.com/carlsonp/kort/issues"
},
"homepage": "https://github.com/carlsonp/kort",
"dependencies": {
"@popperjs/core": "^2.11.8",
"async": "^3.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootbox": "^6.0.0",
"bootstrap": "^5.1.1",
"clipboard": "^2.0.8",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.5",
"datatables.net": "^1.11.2",
"datatables.net-buttons": "^2.0.0",
"datatables.net-buttons-dt": "^2.0.0",
"datatables.net-dt": "^1.11.2",
"dotenv": "^16.4.5",
"dragula": "^3.7.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^6.0.0",
"express-session": "^1.17.2",
"font-awesome": "^4.7.0",
"helmet": "^5.0.1",
"jquery": "^3.6.0",
"jstree": "^3.3.12",
"mongo-sanitize": "^1.1.0",
"mongoose": "^6.0.6",
"morgan": "^1.10.0",
"npm-font-open-sans": "^1.1.0",
"passport": "^0.5.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"pkginfo": "^0.4.1",
"plotly.js": "^2.5.1",
"socket.io": "^4.7.5",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"browserify": "^17.0.0"
},
"devDependencies": {
"casperjs": "^1.1.4",
"eslint": "^8.0.0",
"nodemon": "^2.0.12",
"npm-check-updates": "^12.0.0",
"phantomjs-prebuilt": "^2.1.16"
},
"scripts": {
"test": "casperjs test ./tests/main.js",
"build": "browserify ./js/uuid-helper.js -o ./dist/bundle.js"
},
"author": "Patrick Carlson and Leif Berg",
"license": "GPL-3.0"
}