-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "etna",
"version": "1.0.1",
"description": "A tool for video editing with a json file",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "./node_modules/.bin/nodemon index.js",
"test": "./node_modules/.bin/standard recipes/*.js"
},
"directories": {
"example": "example"
},
"dependencies": {
"assignment": "^2.2.1",
"deep-iterator": "^1.1.0",
"download": "^8.0.0",
"express": "^4.17.3",
"fluent-ffmpeg": "^2.1.2",
"glob": "^7.2.0",
"glob-promise": "^4.2.2",
"lodash": "^4.17.21",
"media-helper": "2.0.1",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"recursive-readdir": "^2.2.2",
"replace-ext": "^2.0.0",
"spacebro-client": "^0.4.2",
"standard-settings": "2.0.3",
"uniquefilename": "^1.1.2",
"valid-url": "^1.0.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soixantecircuits/etna.git"
},
"keywords": [
"video",
"ffmpeg",
"edit",
"editing"
],
"author": "Emmanuel Geoffray",
"license": "MIT",
"bugs": {
"url": "https://github.com/soixantecircuits/etna/issues"
},
"homepage": "https://github.com/soixantecircuits/etna#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"nodemon": "^2.0.15"
}
}