forked from metafizzy/infinite-scroll
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "infinite-scroll",
"version": "3.0.0",
"description": "Automatically add next page",
"main": "js/index.js",
"files": [
"dist",
"js"
],
"dependencies": {
"ev-emitter": "^1.1.0",
"fizzy-ui-utils": "^2.0.5"
},
"devDependencies": {
"chalk": "^0.5.1",
"gulp": "^3.9.1",
"gulp-jshint": "^1.12.0",
"gulp-json-lint": "0.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "github:metafizzy/gulp-requirejs-optimize",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"imagesloaded": "^4.1.3",
"jquery": "^3.2.1",
"jquery-bridget": "^2.0.1",
"masonry-layout": "^4.2.0",
"minimist": "^1.2.0",
"qunitjs": "^2.3.2"
},
"scripts": {
"test": "echo \"View test/ in browser\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/metafizzy/infinite-scroll.git"
},
"keywords": [
"plugin",
"ui",
"DOM",
"browser"
],
"author": "Metafizzy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/metafizzy/infinite-scroll/issues"
},
"homepage": "https://infinite-scroll.com",
"directories": {
"test": "test"
}
}