package.json 813 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "crafatar",
  3. "version": "0.0.1",
  4. "private": true,
  5. "author": "Jake0oo0",
  6. "description": "A NodeJS application to server Minecraft avatars.",
  7. "contributors": [{
  8. "name": "Jomo"
  9. }],
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/Jake0oo0/crafatar"
  13. },
  14. "issues": {
  15. "url": "https://github.com/Jake0oo0/crafatar/issues"
  16. },
  17. "keywords": [
  18. "minecraft",
  19. "avatar"
  20. ],
  21. "scripts": {
  22. "start": "node server.js",
  23. "test": "node_modules/.bin/mocha"
  24. },
  25. "dependencies": {
  26. "express": "~4.9.0",
  27. "body-parser": "~1.8.1",
  28. "cookie-parser": "~1.3.3",
  29. "morgan": "~1.3.0",
  30. "serve-favicon": "~2.1.3",
  31. "debug": "~2.0.0",
  32. "jade": "~1.6.0",
  33. "lwip": "0.0.5",
  34. "request": "2.45.0",
  35. "redis": "0.12.1",
  36. "mocha": "2.0.1"
  37. }
  38. }