convid/package.json

16 lines
369 B
JSON
Raw Normal View History

2019-01-07 21:57:21 +00:00
{
"name": "convid",
"version": "0.1.0",
"description": "Video conversion GUI oriented toward Mastodon users",
2019-01-07 22:04:24 +00:00
"main": "main.js",
2019-01-07 21:57:21 +00:00
"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"
}
}