commit de la init
This commit is contained in:
commit
6b11474998
3 changed files with 1226 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
node_modules/
|
1210
package-lock.json
generated
Normal file
1210
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue