slideshow.io/package.json

17 lines
358 B
JSON
Raw 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" : "*",
"app-module-path":"*"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/tforgione/slideshow.io"
}
}