package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "crafatar",
  3. "version": "2.1.1",
  4. "private": true,
  5. "description": "A blazing fast API for Minecraft faces!",
  6. "contributors": [
  7. {
  8. "name": "jomo",
  9. "url": "https://github.com/jomo"
  10. },
  11. {
  12. "name": "Jake",
  13. "url": "https://github.com/Jake0oo0"
  14. }
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/crafatar/crafatar"
  19. },
  20. "issues": {
  21. "url": "https://github.com/crafatar/crafatar/issues"
  22. },
  23. "keywords": [
  24. "minecraft",
  25. "avatar"
  26. ],
  27. "scripts": {
  28. "start": "node www.js",
  29. "test": "mocha",
  30. "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  31. },
  32. "engines": {
  33. "node": "12.16.1"
  34. },
  35. "dependencies": {
  36. "canvas": "^2.6.1",
  37. "crc": "^3.8.0",
  38. "ejs": "^3.0.1",
  39. "@randy.tarampi/lwip": "^1.1.0",
  40. "mime": "^2.4.4",
  41. "redis": "^3.0.2",
  42. "request": "^2.88.2",
  43. "toobusy-js": "^0.5.1"
  44. },
  45. "devDependencies": {
  46. "coveralls": "^3.0.11",
  47. "istanbul": "^0.4.5",
  48. "mocha": "^7.1.1",
  49. "mocha-lcov-reporter": "^1.3.0"
  50. }
  51. }