a simple keynote software for Markdown files – written in electron
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
523 B

{
"name": "ation",
"version": "0.1.0",
"description": "a simple presentation software",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "concurrently \"cd src/ui && cross-env BROWSER=none npm start\" \"wait-on tcp:3000 && electron .\""
},
"author": "MikO <miko@massivedynamic.eu>",
"license": "MIT",
"dependencies": {
"electron": "^21.0.0",
"marked": "^4.1.0"
},
"devDependencies": {
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"wait-on": "^6.0.1"
}
}