package.json 861 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "bataka",
  3. "version": "0.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "license": "SOLIPSISTIC PUBLIC LICENSE",
  10. "dependencies": {
  11. "busboy": "^0.2.12",
  12. "glagol": "git+https://github.com/egasimus/glagol.git",
  13. "glagol-stylus": "git+https://github.com/egasimus/glagol-stylus.git",
  14. "glagol-web": "git+https://github.com/egasimus/glagol-web.git",
  15. "ipfs-js": "0.0.7",
  16. "lazysizes": "^1.4.0",
  17. "marked": "^0.3.5",
  18. "peer": "^0.2.8",
  19. "peerjs": "^0.3.14",
  20. "q": "^1.4.1",
  21. "q-connection": "^0.6.1",
  22. "riko-api": "git+https://github.com/egasimus/riko-api.git",
  23. "riko-mvc": "git+https://github.com/egasimus/riko-mvc.git",
  24. "shortid": "^2.2.4",
  25. "strftime": "^0.9.2",
  26. "stylus": "^0.53.0",
  27. "tripcode": "^1.3.2"
  28. }
  29. }