threejs-dice-es
Version:
Create 3d dice which can be rolled.
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "threejs-dice-es",
"version": "1.1.5a",
"description": "Create 3d dice which can be rolled.",
"main": "lib/dice.js",
"typings": "index.d.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BreadMoirai/threejs-dice.git"
},
"keywords": [
"threejs",
"cannon",
"cannon-es",
"dice",
"rpg",
"tabletop",
"boardgame"
],
"author": "BreadMoirai <breadmoirai@gmail.com>",
"contributors": [
"byWulf <wulf1337@gmail.com>",
"Anton Natarov (http://www.teall.info)",
"Ton Ly (BreadMoirai) <breadmoirai@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BreadMoirai/threejs-dice/issues"
},
"homepage": "https://github.com/BreadMoirai/threejs-dice#readme",
"dependencies": {
"@types/three": "^0.143.1",
"cannon-es": "^0.20.0",
"material": "^0.4.3",
"three": "^0.143.0"
}
}