Skip to content

Commit 32cf4d9

Browse files
committed
added composer.json (fixes #144)
1 parent 0a61f78 commit 32cf4d9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules/
22
bower_components/
33
dist/
44
conveyor.yml
5+
/vendor/
6+
composer.lock

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "webcreate/jquery-ias",
3+
"description": "Infinite AJAX Scroll: A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
4+
"homepage": "http://infiniteajaxscroll.com",
5+
"keywords": [
6+
"infinite",
7+
"scroll",
8+
"scrolling",
9+
"ajax",
10+
"pagination",
11+
"jquery",
12+
"ias"
13+
],
14+
"license": [
15+
"proprietary",
16+
"MIT"
17+
],
18+
"authors": [
19+
{
20+
"name": "fieg",
21+
"email": "[email protected]",
22+
"homepage": "http://webcreate.nl"
23+
}
24+
],
25+
"minimum-stability": "stable"
26+
}

0 commit comments

Comments
 (0)