-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.69 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.69 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
61
62
63
64
65
66
67
68
69
70
{
"name": "event-scripts",
"version": "1.0.0",
"description": "Node JS event scripts for Templater for Adobe After Effects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://ariestav@github.com/dataclay/event-scripts.git"
},
"keywords": [
"dataclay",
"after",
"effects",
"adobe",
"variable",
"video",
"dynamic",
"video",
"video",
"data"
],
"author": "Arie Stavchansky",
"license": "MIT",
"bugs": {
"url": "https://github.com/dataclay/event-scripts/issues"
},
"homepage": "https://github.com/dataclay/event-scripts#readme",
"dependencies": {
"archiver": "^2.1.1",
"async": "^2.6.4",
"aws-sdk": "^2.814.0",
"axios": "^0.21.2",
"bug-killer": "^4.4.4",
"extend": "^3.0.2",
"ffmpeg-on-progress": "^1.0.0",
"fluent-ffmpeg": "^2.0.1",
"fs-extra": "^6.0.1",
"glob": "^7.1.3",
"google-spreadsheet": "^2.0.7",
"googleapis": "^39.1.0",
"https-proxy-agent": "^2.2.4",
"jwplatform-api": "git+https://github.com/dataclay/jwplatform-api.git",
"moment": "^2.29.4",
"minimist": "^1.2.6",
"node-emoji": "^1.5.1",
"node-uuid": "^1.4.7",
"npm": "^6.14.6",
"open": "6.0.0",
"opn": "^5.3.0",
"pad": "^2.1.0",
"pretty-bytes": "^5.1.0",
"q": "^1.4.1",
"r-json": "^1.2.8",
"readline-sync": "^1.4.9",
"sheetrock": "^1.1.4",
"single-line-log": "^1.1.2",
"sprintf-js": "^1.1.1",
"uuid": "^3.3.2",
"vimeo": "^2.1.0",
"winston": "^3.1.0",
"write-json": "^3.0.1",
"youtube-api": "^2.0.10"
},
"devDependencies": {
"madge": "^4.0.1"
}
}