forked from InfiniteLee/three-to-ammo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 KB
/
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
38
39
40
{
"name": "@c-frame/three-to-ammo",
"version": "1.0.3",
"description": "Convert THREE.Mesh to Ammo.btCollisionShape",
"homepage": "https://github.com/infinitelee/three-to-ammo",
"main": "index.js",
"module": "main.js",
"author": "Kevin Lee <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/infinitelee/three-to-ammo/issues"
},
"repository": "infinitelee/three-to-ammo",
"keywords": [
"ammo",
"ammo.js",
"physics",
"three",
"three.js"
],
"scripts": {
"test": "webpack-dev-server --mode=development"
},
"peerDependencies": {
"ammo.js": "*",
"three": "*"
},
"devDependencies": {
"ammo.js": "github:mozillareality/ammo.js#hubs/master",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"file-loader": "^5.0.2",
"prettier": "^1.19.1",
"three": "^0.128.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}