-
Maxime Veber authored
This is more concise, and usable without docker
Maxime Veber authoredThis is more concise, and usable without docker
This project manages its dependencies using npm.
Learn more
package.json 293 B
{
"name": "sflive-calendar",
"version": "1.0.0",
"description": "A presentation about Doctrine",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"reveal-md": "^1.1.3"
},
"scripts": {
"start": "reveal-md --port 8000 --theme=solarized"
}
}