-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (50 loc) · 1.14 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@i3ernie/three-domevents",
"version": "0.171.241215",
"license": "MIT",
"description": "domevents for three.js",
"author": "i3ernie",
"repository": "https://github.com/i3ernie/three-domevents",
"contributors": [],
"keywords": [
"three.js",
"WebGL",
"Viewport",
"Domevents"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"three": "^0.171"
},
"devDependencies": {
"@rollup/plugin-inject": "latest",
"@rollup/plugin-node-resolve": "latest",
"@rollup/plugin-replace" : "latest",
"async": "latest",
"es-module-shims" : "latest",
"gulp": "latest",
"gulp-rollup": "latest",
"jshint": "^2.12.0",
"rollup": "^3.29.3",
"three-viewport": "git+https://github.com/i3ernie/three-viewport.git"
},
"directories": {
"example": "examples",
"dist": "dist",
"test": "test"
},
"files": [
"LICENSE",
"README.md",
"dist/*",
"package.json"
],
"scripts": {
"build": "gulp build",
"buildBundles": "rollup -c",
"init": "npm install && gulp copy",
"update": "npm update && gulp copy"
}
}