forked from mifi/editly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "editly",
"description": "Simple, sexy, declarative video editing",
"version": "0.11.1",
"main": "index.js",
"author": "Mikael Finstad <finstaden@gmail.com>",
"license": "MIT",
"dependencies": {
"canvas": "^2.6.1",
"execa": "^4.0.0",
"fabric": "^4.1.0",
"file-type": "^14.1.4",
"file-url": "^3.0.0",
"fs-extra": "^9.0.0",
"gl": "^4.5.0",
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transitions": "^1.43.0",
"json5": "^2.1.3",
"lodash": "^4.17.15",
"meow": "^6.1.0",
"nanoid": "^3.1.12",
"ndarray": "^1.0.19",
"p-map": "^4.0.0",
"semver": "^7.3.2"
},
"scripts": {
"test": "exit 0",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mifi/editly.git"
},
"bin": {
"editly": "cli.js"
},
"devDependencies": {
"eslint": "^5.16.0 || ^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1"
}
}