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.
 
 
 
 

34 lines
817 B

  1. {
  2. "name": "asphodice",
  3. "version": "0.3.5",
  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. "gulp-zip": "^5.0.2",
  18. "tsify": "^5.0.2",
  19. "vinyl-source-stream": "^2.0.0",
  20. "watchify": "^4.0.0"
  21. },
  22. "dependencies": {
  23. "bootstrap": "^5.0.0-beta2",
  24. "chai": "^4.3.0",
  25. "chart.js": "^2.9.4",
  26. "google-palette": "^1.1.0",
  27. "mocha": "^8.2.1",
  28. "ts-node": "^9.1.1"
  29. },
  30. "scripts": {
  31. "test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts"
  32. }
  33. }