Files
Nix-Presentation/package.json

19 lines
433 B
JSON
Raw Normal View History

2025-10-02 12:25:33 -04:00
{
"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"
}
}