You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
982 B
42 lines
982 B
{
|
|
"name": "editly",
|
|
"description": "Simple, sexy, declarative video editing",
|
|
"version": "0.3.0",
|
|
"main": "index.js",
|
|
"author": "Mikael Finstad <finstaden@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"canvas": "^2.6.1",
|
|
"execa": "^4.0.0",
|
|
"fabric": "^3.6.3",
|
|
"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",
|
|
"ndarray": "^1.0.19",
|
|
"p-map": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "exit 0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|