-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
37 lines (37 loc) · 851 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "threejs-dice",
"version": "1.1.1",
"description": "Create 3d dice which can be rolled.",
"main": "lib/dice.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byWulf/threejs-dice.git"
},
"keywords": [
"threejs",
"cannon",
"dice",
"rpg",
"tabletop",
"boardgame"
],
"author": "byWulf <[email protected]>",
"contributors": [
"Anton Natarov (http://www.teall.info)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/byWulf/threejs-dice/issues"
},
"homepage": "https://github.com/byWulf/threejs-dice#readme",
"dependencies": {
"@types/cannon": "^0.1.2",
"@types/three": "^0.131.0",
"cannon": "^0.6.2",
"three": "^0.137.0"
}
}