clickspark.js
Version:
ClickSpark.js is a javascript utility that adds beautiful particle effects to your javascript events. Add image-files as single particles and configure where and when a particle fountain should be fired.
34 lines (33 loc) • 899 B
JSON
{
"name": "clickspark.js",
"version": "1.16.0",
"description": "ClickSpark.js is a javascript utility that adds beautiful particle effects to your javascript events. Add image-files as single particles and configure where and when a particle fountain should be fired.",
"main": "dist/clickspark.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JavaScript",
"Utility",
"Effect",
"Particle",
"HTML5",
"Canvas",
"jQuery",
"Sparkle",
"JQuery plugin"
],
"dependencies": {
"jquery": "~2.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymc-thzi/clickspark.js.git"
},
"author": "Thomas Zinnbauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ymc-thzi/clickspark.js/issues"
},
"homepage": "http://www.ymc.ch/sandbox/clickspark/demo.html"
}