forked from takahirox/three-gltf-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 966 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
38
39
40
41
{
"name": "three-gltf-extensions",
"version": "0.0.3",
"description": "Three.js glTF loader/exporter unofficial plugins",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"start": "http-server . -p 8080 -c-1",
"test": "npm run run --prefix test",
"test-build": "npm run build --prefix test",
"test-install": "npm install --prefix test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takahirox/three-gltf-extensions.git"
},
"files": [
"loaders",
"exporters"
],
"author": "Takahiro <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/takahirox/three-gltf-extensions/issues"
},
"homepage": "https://github.com/takahirox/three-gltf-extensions#readme",
"keywords": [
"three",
"three.js",
"javascript",
"3d",
"gltf",
"webgl",
"webgl2"
],
"devDependencies": {
"http-server": "^0.12.3"
}
}