Updating About page with better marketing info, adding MIT license to source…
Updating About page with better marketing info, adding MIT license to source code to allow this work to appear in both open-source and commercial applications.
Showing
LICENSE.md
0 → 100644
{ | ||
"name": "simple-editor", | ||
"version": "0.1.0", | ||
"description": "A simple video editor built with JavaScript, Node.js, and Vue 3 (powered by OpenShot Cloud API)", | ||
"homepage": "http://gitlab.openshot.org/public-projects/simple-editor", | ||
"license": "MIT", | ||
"author": { | ||
"name" : "OpenShot Studios, LLC", | ||
"email" : "cloud-support@openshot.org", | ||
"url" : "https://openshot.org/cloud-api/" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
... | ... |
Please
register
or
sign in
to comment