package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. {
  9. "name": "jomo"
  10. }
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/Jake0oo0/crafatar"
  15. },
  16. "issues": {
  17. "url": "https://github.com/Jake0oo0/crafatar/issues"
  18. },
  19. "keywords": [
  20. "minecraft",
  21. "avatar"
  22. ],
  23. "scripts": {
  24. "start": "node server.js",
  25. "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  26. },
  27. "dependencies": {
  28. "body-parser": "~1.8.1",
  29. "canvas": "1.0.1",
  30. "cookie-parser": "~1.3.3",
  31. "coveralls": "^2.11.2",
  32. "debug": "~2.0.0",
  33. "express": "~4.9.0",
  34. "istanbul": "^0.3.2",
  35. "jade": "~1.6.0",
  36. "lwip": "0.0.5",
  37. "mocha": "2.0.1",
  38. "mocha-lcov-reporter": "0.0.1",
  39. "morgan": "~1.3.0",
  40. "redis": "0.12.1",
  41. "request": "2.45.0",
  42. "node-df": "0.1.1"
  43. }
  44. }