-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.97 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
{
"name": "cogni-sketch",
"version": "0.1.21",
"description": "Graphical knowledge capture environment for human-machine collaboration",
"keywords": [
"mindmap",
"knowledge graph",
"human-agent teaming"
],
"homepage": "https://dais-cogni-sketch.org",
"bugs": {
"url": "https://github.com/dais-ita/cogni-sketch/issues",
"email": "[email protected]"
},
"license": "MIT",
"private": true,
"author": {
"name": "Dave Braines",
"email": "[email protected]"
},
"scripts": {
"dev_noisy": "DEBUG=* ./bin/www_local",
"dev_cs": "DEBUG=cogni-sketch:* ./bin/www_local",
"dev_quiet": "node ./bin/www_local",
"start": "node ./bin/www_live"
},
"repository": {
"type": "git",
"url": "https://github.com/dais-ita/cogni-sketch/"
},
"dependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/i18next": "^13.0.0",
"@types/i18next-fs-backend": "^1.1.2",
"@types/morgan": "^1.9.3",
"@types/passport": "^1.0.7",
"@types/passport-http": "^0.3.9",
"@types/passport-local": "^1.0.34",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"d3": "^7.8.2",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-session": "^1.17.1",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"handlebars": "^4.7.7",
"helmet": "^4.4.1",
"i18next": "^19.8.4",
"i18next-fs-backend": "^1.0.7",
"i18next-http-backend": "^1.0.21",
"jquery": "^3.5.1",
"jquery-modal": "^0.9.2",
"jquery-ui-dist": "^1.12.1",
"jquery.json-viewer": "^1.4.0",
"jszip": "^3.5.0",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"popper.js": "^1.16.1",
"pug": "^3.0.0",
"quill": "^1.3.7"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}