|
- {
- "name": "asphodice",
- "version": "0.3.3",
- "description": "Dice roller for Asphodel. Includes statistical information",
- "devDependencies": {
- "@types/chai": "^4.2.14",
- "@types/chart.js": "^2.9.30",
- "@types/jquery": "^3.5.5",
- "@types/mocha": "^8.2.0",
- "@types/node": "^14.14.22",
- "browser-sync": "^2.26.14",
- "browserify": "^17.0.0",
- "fancy-log": "^1.3.3",
- "gulp": "^4.0.2",
- "gulp-sass": "^4.1.0",
- "gulp-typescript": "^6.0.0-alpha.1",
- "gulp-zip": "^5.0.2",
- "tsify": "^5.0.2",
- "vinyl-source-stream": "^2.0.0",
- "watchify": "^4.0.0"
- },
- "dependencies": {
- "bootstrap": "^5.0.0-beta2",
- "chai": "^4.3.0",
- "chart.js": "^2.9.4",
- "google-palette": "^1.1.0",
- "mocha": "^8.2.1",
- "ts-node": "^9.1.1"
- },
- "scripts": {
- "test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts"
- }
- }
|