forked from ymc-thzi/clickspark.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 659 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "clickspark",
"version": "1.13.0",
"homepage": "https://github.com/ymc-thzi/clickspark.js",
"authors": [
"Thomas Zinnbauer <ymc-thzi@ymc.ch>"
],
"description": "clickspark.js is a javascript utility that adds beautiful particle effects to your javascript events",
"main": "clickspark.min.js",
"keywords": [
"JavaScript",
"Utility",
"Effect",
"Particle",
"HTML5",
"Canvas",
"jQuery",
"Sparkle",
"JQuery plugin"
],
"license": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo"
],
"dependencies": {
"jquery": "~2.1.4"
}
}