Roll dice (eg Asphodice) and show outcomes https://rpg.bertieb.org/dice-roller/
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "asphodice",
  3. "version": "0.1.0",
  4. "description": "Dice roller for Asphodel. Includes statistical information",
  5. "devDependencies": {
  6. "@types/chai": "^4.2.14",
  7. "@types/chart.js": "^2.9.30",
  8. "@types/jquery": "^3.5.5",
  9. "@types/mocha": "^8.2.0",
  10. "@types/node": "^14.14.22",
  11. "browser-sync": "^2.26.14",
  12. "browserify": "^17.0.0",
  13. "fancy-log": "^1.3.3",
  14. "gulp": "^4.0.2",
  15. "gulp-sass": "^4.1.0",
  16. "gulp-typescript": "^6.0.0-alpha.1",
  17. "tsify": "^5.0.2",
  18. "vinyl-source-stream": "^2.0.0",
  19. "watchify": "^4.0.0"
  20. },
  21. "dependencies": {
  22. "bootstrap": "^5.0.0-beta2",
  23. "chai": "^4.3.0",
  24. "chart.js": "^2.9.4",
  25. "google-palette": "^1.1.0",
  26. "mocha": "^8.2.1",
  27. "ts-node": "^9.1.1"
  28. },
  29. "scripts": {
  30. "test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts"
  31. }
  32. }