Initial project import
This commit is contained in:
20
node_modules/troika-three-utils/package.json
generated
vendored
Normal file
20
node_modules/troika-three-utils/package.json
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "troika-three-utils",
|
||||
"version": "0.52.4",
|
||||
"description": "Various utilities related to Three.js",
|
||||
"author": "Jason Johnston <jason.johnston@protectwise.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/protectwise/troika.git",
|
||||
"directory": "packages/troika-three-utils"
|
||||
},
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"main": "dist/troika-three-utils.umd.js",
|
||||
"module": "dist/troika-three-utils.esm.js",
|
||||
"module:src": "src/index.js",
|
||||
"peerDependencies": {
|
||||
"three": ">=0.125.0"
|
||||
},
|
||||
"gitHead": "728a1780127df0c2509e967b03f17ddc46bbf5d2"
|
||||
}
|
||||
Reference in New Issue
Block a user