You cannot 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
936 B
JSON
34 lines
936 B
JSON
{
|
|
"name": "dice",
|
|
"version": "1.0.19",
|
|
"description": "Calculates the probability of rolling a value given a combination of dice.",
|
|
"author": "Florine W. Dekker",
|
|
"browser": "dist/bundle.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.fwdekker.com:tools/dice.git"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "grunt clean",
|
|
"dev": "grunt dev",
|
|
"dev:server": "grunt dev:server",
|
|
"deploy": "grunt deploy"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-focus": "^1.0.0",
|
|
"grunt-text-replace": "^0.4.0",
|
|
"grunt-webpack": "^5.0.0",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.0"
|
|
}
|
|
}
|