UNPKG

webgl-tech-particles

Version:

Interactive 3D particle system with technology icons using WebGL

53 lines (52 loc) 1.34 kB
{ "name": "webgl-tech-particles", "version": "1.0.14", "description": "Interactive 3D particle system with technology icons using WebGL", "main": "dist/webgl-tech-particles.js", "module": "dist/webgl-tech-particles.js", "files": [ "dist" ], "scripts": { "start": "webpack serve", "build": "webpack --mode production", "build:demo": "webpack --config webpack.demo.config.js --mode production", "prepare": "npm run build" }, "keywords": [ "javascript", "webgl", "particles", "animation", "particles-animations", "technologies", "three.js", "3d" ], "repository": { "type": "git", "url": "https://github.com/a-rudenko/webgl-tech-particles.git" }, "homepage": "https://a-rudenko.github.io/webgl-tech-particles/demo.html", "author": { "name": "Aleksey Rudenko", "email": "i.lex.rudenko@gmail.com" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-loader": "^10.0.0", "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.0.0", "html-webpack-plugin": "^5.6.3", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.14", "webpack": "^5.103.0", "webpack-cli": "^6.0.0", "lil-gui": "^0.21.0" }, "dependencies": { "three": "^0.182.0" } }