-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 KB
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
{
"name": "linkchainservice",
"version": "0.0.4",
"author": "Michelle Bachler, KMi, The Open University",
"contributors": [
"Manoharan Ramachandran, KMi, The Open University",
"Kevin Quick, KMi, The Open University",
"Jon Linney, 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": "^3.0.4",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-api-doc": "0.0.12",
"express-fileupload": "^1.1.9",
"express-handlebars": "^3.0.0",
"express-slash": "^2.0.1",
"express-validator": "^4.1.1",
"http-proxy": "^1.17.0",
"image-type": "^4.1.0",
"ipfs-api": "^22.1.1",
"ipfs-http-client": "^32.0.1",
"js-sha3": "^0.8.0",
"jsonld": "^1.6.2",
"jsonwebtoken": "^8.0.1",
"md5": "^2.2.1",
"merkle-tools": "^1.4.0",
"morgan": "~1.8.1",
"mysql": "^2.16.0",
"n3": "^1.1.1",
"nodemailer": "^6.2.1",
"png-itxt": "^2.0.0",
"read-chunk": "^3.2.0",
"request": "^2.88.0",
"sanitize-filename": "^1.6.1",
"sanitizer": "^0.1.3",
"serve-favicon": "~2.4.2",
"uninstall": "0.0.0",
"url-exists": "^1.0.3",
"web3": "^1.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.1.4",
"nodemon": "^1.12.1",
"supertest": "^4.0.2"
}
}