three-particle-geometry
Version:
An npm package that allows users to represent threeJS geometry instances as particles.
33 lines (32 loc) • 843 B
JSON
{
"name": "three-particle-geometry",
"version": "1.1.8",
"description": "An npm package that allows users to represent threeJS geometry instances as particles.",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakeMartin1234/three-particles-geometry.git"
},
"keywords": [
"threeJS",
"particles"
],
"author": "Jake Martin",
"license": "MIT",
"files": ["dist/"],
"bugs": {
"url": "https://github.com/jakeMartin1234/three-particle-geometry/issues"
},
"homepage": "https://jakemartinaus.me",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"three": "^0.155.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}