-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "adc-core",
"version": "1.0.1",
"description": "Backend server-side core for l’Atelier des chercheurs tools",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l-atelier-des-chercheurs/adc-core.git"
},
"author": "L’Atelier des chercheurs",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/l-atelier-des-chercheurs/adc-core/issues"
},
"homepage": "https://github.com/l-atelier-des-chercheurs/adc-core#readme",
"dependencies": {
"dodoc-parsedown": "git+https://github.com/louis-ev/dodoc-parsedown.git",
"exif-reader": "^1.0.2",
"ffmpeg-static": "^2.4.0",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"formidable": "^1.2.1",
"fs-extra": "^7.0.1",
"gulp-util": "^3.0.8",
"moment": "^2.24.0",
"os": "^0.1.1",
"pad-left": "^2.1.0",
"path": "^0.12.7",
"sharp": "^0.21.3",
"slugg": "^1.2.1",
"spark-md5": "^3.0.0",
"validator": "^10.11.0",
"write-file-atomic": "^2.4.2"
}
}