revealjs-sync/package.json
Sean Cross 26c79d54e5 cmdline: add arguments
Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-12 13:54:30 +08:00

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"
}
}