forked from mifi/editly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "editly",
"description": "Simple, sexy, declarative video editing",
"version": "0.11.3",
"main": "index.js",
"types": "index.d.ts",
"author": "Mikael Finstad <finstaden@gmail.com>",
"contributors": [
"Patrick Connolly <patrick.c.connolly@gmail.com> (https://github.com/patcon)",
"Skayo <contact@skayo.dev> (https://skayo.dev)"
],
"license": "MIT",
"dependencies": {
"canvas": "^2.6.1",
"compare-versions": "^3.6.0",
"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"
},
"scripts": {
"test": "exit 0",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mifi/editly.git"
},
"bin": {
"editly": "cli.js"
},
"devDependencies": {
"@types/fabric": "^4.5.3",
"eslint": "^5.16.0 || ^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1"
}
}