commit de la init

This commit is contained in:
Lynne Megido 2019-01-08 07:57:21 +10:00
commit 6b11474998
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499
3 changed files with 1226 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

1210
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "convid",
"version": "0.1.0",
"description": "Video conversion GUI oriented toward Mastodon users",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "@lynnesbian@fedi.lynnesbian.space",
"license": "MPL-2.0",
"devDependencies": {
"electron": "^4.0.1"
}
}