-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
33 lines (33 loc) · 899 Bytes
/
package.json
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.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"
}