forked from ashchristopher/jquery-add2cart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 788 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
34
35
36
{
"name": "add2cart Transfer Effect",
"version": "0.1",
"title": "jQuery.add2cart()",
"author": {
"name": "Arun Kumar N",
"url": "https://github.com/arunn"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
},
{
"type": "GPLv2",
"url": "GPL-LICENSE.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "The main purpose of this plugin is for transfer effect and adding to cart effects",
"keywords": [
"add2cart",
"animate",
"transfer",
"effects",
"cart",
"add",
"move"
],
"homepage": "https://github.com/arunn/jquery-add2cart",
"files": [
"jquery.add2cart.js"
]
}