Files
kdenlive-easer/package.json
2022-01-28 18:27:25 -05:00

16 lines
294 B
JSON

{
"name": "cubic-easing-gen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bezier-easing": "^2.1.0",
"commander": "^8.3.0"
}
}