18 lines
386 B
JSON
18 lines
386 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",
|
|
"express": "^4.16.4",
|
|
"nodegit": "^0.23.0",
|
|
"socket-io": "^1.0.0"
|
|
}
|
|
}
|