-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
composer.json
31 lines (31 loc) · 874 Bytes
/
composer.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
{
"name": "techlab/jquery-smartcart",
"description": "The smart interactive jQuery Shopping Cart plugin with PayPal payment support",
"homepage": "http://techlaboratory.net/smartcart",
"license": "MIT",
"support": {
"source": "https://github.com/techlab/SmartCart",
"issues": "https://github.com/techlab/SmartCart/issues",
"docs": "http://techlaboratory.net/smartcart/documentation"
},
"keywords": [
"jquery",
"cart",
"paypal",
"shopping",
"bootstrap",
"ui",
"jquery-plugin"
],
"authors": [
{
"name": "Dipu Raj",
"email": "[email protected]",
"homepage": "http://dipuraj.me"
}
],
"require": {
"components/jquery": ">=1.9",
"components/bootstrap": ">=3.0.0"
}
}