-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.38 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
{
"name": "conet",
"version": "4.0.4",
"license": "MIT",
"description": "CoNET",
"repository": {
"type": "git",
"url": "git+https://github.com/QTGate/CoNET.git"
},
"author": {
"name": "CoNET Technology Inc.",
"email": "info@CoNETTech.ca"
},
"main": "./core/main",
"bugs": {
"url": "https://github.com/QTGate/CoNET/issues"
},
"homepage": "https://www.CoNETTech.ca",
"dependencies": {
"async": "^3.2.0",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
"express": "^4.17.1",
"jimp": "^0.10.3",
"jquery": "^3.5.1",
"jszip": "^3.4.0",
"knockout": "^3.5.1",
"mime-types": "^2.1.27",
"node-uuid": "^1.4.8",
"nodemailer": "^6.4.6",
"openpgp": "^4.10.4",
"pug": "^2.0.4",
"snapsvg": "^0.5.1",
"snyk": "^1.320.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"scripts": {
"test": "node core/main test",
"start": "node core/main false true"
},
"devDependencies": {
"@types/async": "^2.4.2",
"@types/cleave.js": "^1.4.1",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.2",
"@types/jcanvas": "^15.2.2",
"@types/jquery": "^3.3.31",
"@types/jquery.cookie": "^1.4.31",
"@types/knockout": "^3.4.66",
"@types/openpgp": "0.0.29",
"@types/semantic-ui": "^2.2.7",
"@types/socket.io": "^1.4.40",
"@types/socket.io-client": "^1.4.32",
"istanbul": "^0.4.5",
"nyc": "^11.9.0",
"source-map-support": "^0.5.16"
}
}