react-image-particles
Version:
Create interactive particle effects from an image.
30 lines (29 loc) • 619 B
JSON
{
"name": "react-image-particles",
"version": "1.0.8",
"description": "Create interactive particle effects from an image.",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"bugs": {
"url": "https://github.com/samzi123/react-image-particles/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samzi123/react-image-particles.git"
},
"keywords": [
"Particles",
"Image",
"Interactive",
"React"
],
"author": "Samuel Henderson",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"webpack-cli": "^5.1.4"
}
}