Initial Commit

This commit is contained in:
2025-10-02 12:25:33 -04:00
commit cd571ea4fb
7 changed files with 345 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "nix-presentation",
"version": "1.0.0",
"description": "My Unix Users Group presentation about Nix/NixOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@100.78.212.35:30009/Eclypsed/Nix-Presentation.git"
},
"author": "Eclypse",
"license": "ISC",
"dependencies": {
"reveal.js": "^5.2.1"
}
}