-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 748 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 748 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
{
"name": "landofcoder/module-ajaxscroll",
"description": "Freely Scroll down & See what page of the catalog they're on, Automatically loading, Similar technique as seen on Twitter, Facebook",
"require": {
"landofcoder/module-all" : "1.*"
},
"keywords": [
"landofcoder",
"landofcoder ajax scroll",
"landofcoder ajax scroll magento 2 extension"
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.0.1",
"type": "magento2-module",
"authors": [
{
"name": "Landofcoder",
"email": "landofcoder@gmail.com",
"role": "Magento 2 Lof Setup Extension"
}
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Lof\\AjaxScroll\\": ""
}
}
}