revealjs-sync/package.json

20 lines
438 B
JSON

{
"name": "reveal-serve",
"version": "1.0.0",
"description": "Serve a reveal.js site and sync with updates.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"commander": "^2.19.0",
"express": "^4.16.4",
"mkdirp": "^0.5.1",
"nodegit": "^0.23.0",
"socket.io": "^2.2.0"
}
}