Pictures!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 692B

123456789101112131415161718192021
  1. {
  2. "name": "pipic",
  3. "version": "1.0.1",
  4. "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.",
  5. "main": "server.js",
  6. "dependencies": {
  7. "formidable": "^1.0.17",
  8. "marked": "^0.3.6"
  9. },
  10. "devDependencies": {},
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1",
  13. "start": "node server.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "http://git.mort.coffee/mort/pipic.git"
  18. },
  19. "author": "Martin Dørum Nygaard <martid0311@gmail.com> (http://mort.coffee)",
  20. "license": "ISC"
  21. }