forked from huangfengya/three-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 Bytes
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
{
"name": "three-controls",
"version": "1.0.1",
"description": "ThreeJS controls as standalone",
"main": "src/index.js",
"dependencies": {
"@types/three": "^0.93.15",
"three": "^0.100.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/huangfengya/three-controls",
"keywords": [
"three",
"js",
"controls",
"orbitcontrols"
],
"repository": {
"type": "git",
"url": "git+https://github.com/huangfengya/three-controls"
},
"author": {
"name": "huangfengya",
"url": "https://github.com/huangfengya/three-controls"
},
"bugs": {
"url": "https://github.com/huangfengya/three-controls/issues"
},
"license": "MIT"
}