Roll dice (eg Asphodice) and show outcomes https://rpg.bertieb.org/dice-roller/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 rivejä
707 B

  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/jquery": "^3.5.5",
  8. "@types/mocha": "^8.2.0",
  9. "@types/node": "^14.14.22",
  10. "browser-sync": "^2.26.14",
  11. "browserify": "^17.0.0",
  12. "fancy-log": "^1.3.3",
  13. "gulp": "^4.0.2",
  14. "gulp-sass": "^4.1.0",
  15. "gulp-typescript": "^6.0.0-alpha.1",
  16. "tsify": "^5.0.2",
  17. "vinyl-source-stream": "^2.0.0",
  18. "watchify": "^4.0.0"
  19. },
  20. "dependencies": {
  21. "bootstrap": "^5.0.0-beta2",
  22. "chai": "^4.3.0",
  23. "mocha": "^8.2.1",
  24. "ts-node": "^9.1.1"
  25. },
  26. "scripts": {
  27. "test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts"
  28. }
  29. }