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.
 
 
 
 

24 lines
537 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/mocha": "^8.2.0",
  8. "@types/node": "^14.14.22",
  9. "browser-sync": "^2.26.14",
  10. "gulp": "^4.0.2",
  11. "gulp-sass": "^4.1.0",
  12. "gulp-typescript": "^6.0.0-alpha.1"
  13. },
  14. "dependencies": {
  15. "bootstrap": "^5.0.0-beta2",
  16. "chai": "^4.3.0",
  17. "mocha": "^8.2.1",
  18. "ts-node": "^9.1.1"
  19. },
  20. "scripts": {
  21. "test": "mocha -r ts-node/register ./**/*.spec.ts"
  22. }
  23. }