-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "service-badge",
"version": "0.1.2.1",
"author": "Michelle Bachler, KMi, The Open University",
"contributors": [
"Kevin Quick, KMi, The Open University",
"Samantha Colclough, KMi, The Open University",
"Jon Linney, KMi, The Open University",
"Manoharan Ramachandran, KMi, The Open University"
],
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"test": "mocha tests/tests.js --exit"
},
"dependencies": {
"async": "^2.5.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"console-stamp": "^0.2.9",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"csv-parser": "^2.3.2",
"debug": "~2.6.3",
"express": "^4.15.5",
"express-fileupload": "^1.1.6",
"express-handlebars": "^3.0.0",
"express-validator": "^4.1.1",
"got": "^11.1.4",
"http-proxy": "^1.17.0",
"image-type": "^4.1.0",
"ipfs-http-client": "^30.1.4",
"js-sha3": "^0.8.0",
"jsonld": "^3.1.0",
"jsonwebtoken": "^8.0.1",
"jws": "^4.0.0",
"md5": "^2.2.1",
"merkle-tools": "^1.4.0",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"n3": "^1.1.1",
"node-rsa": "^1.0.8",
"nodemailer": "^6.2.1",
"png-itxt": "^2.0.0",
"puppeteer": "^3.0.0",
"read-chunk": "^3.2.0",
"request": "^2.88.0",
"sanitize-filename": "^1.6.1",
"sanitizer": "^0.1.3",
"select2": "^4.0.7",
"serve-favicon": "~2.4.2",
"swagger-jsdoc": "^3.2.9",
"swagger-node-express": "^2.1.3",
"swagger-ui-express": "^4.0.6",
"url-exists": "^1.0.3",
"uuidv5": "^1.0.0",
"web3": "^1.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.1.4",
"nodemon": "^1.19.4"
}
}