{ "name": "pipic", "version": "1.0.1", "description": "Pipic is software for making slideshows. The idea is that you have one server, running a pipic server, and have as many clients as necessary which just display the website hosted by the pipic server.", "main": "server.js", "dependencies": { "formidable": "^1.0.17", "marked": "^0.3.6" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "http://git.mort.coffee/mort/pipic.git" }, "author": "Martin Dørum Nygaard (http://mort.coffee)", "license": "ISC" }