Merge branch 'licensing-info' into 'develop'
Add MIT license and update About page See merge request !1
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