slideshow.io/package.json

18 lines
379 B
JSON
Raw Permalink Normal View History

2016-09-09 18:20:59 +02:00
{
"name" : "slideshow.io",
"version" : "0.1.0",
"dependencies" : {
"express" : "*",
"pug" : "*",
"socket.io" : "*",
"node-uuid" : "*",
"body-parser" : "*",
2016-09-09 20:32:07 +02:00
"app-module-path":"*",
"yargs":"*"
2016-09-09 18:20:59 +02:00
},
"repository" : {
"type" : "git",
"url" : "https://github.com/tforgione/slideshow.io"
}
}