-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "HyperTED",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node index.js"
},
"author": "EURECOM",
"contributors": [
{
"name": "Pasquale Lisena",
"email": "[email protected]"
},
{
"name": "Mariella Sabatino",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pasqLisena/MediaFragPlayerDemo"
},
"dependencies": {
"@elastic/elasticsearch": "^7.4.0",
"axios": "^0.26.1",
"bluebird": "^3.7.2",
"ejs": "^2.7.1",
"esm": "^3.2.25",
"express": "^4.17.1",
"mediafragment": "git+https://github.com/pasqLisena/node-mediafragment",
"moment": "^2.24.0",
"mongodb": "^3.5.5",
"monk": "^7.1.2",
"morgan": "^1.10.0",
"nerd4node": "git+https://github.com/giusepperizzo/nerd4node",
"node-cache": "^5.1.0",
"sparql": "^0.1.3",
"uuid": "^7.0.3",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"nib": "^1.1.2",
"rupture": "^0.7.1",
"stylus": "^0.54.7"
}
}