-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 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
32
33
{
"name": "tricky3-infinite-scroll",
"version": "1.0.0",
"description": "Infinite scrolling plugin for Shopify Themes",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tricky3/Shopify_Infinite-Scroll.git"
},
"keywords": [
"shopify scroll pagination"
],
"author": "Tricky3",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tricky3/Shopify_Infinite-Scroll/issues"
},
"homepage": "https://github.com/Tricky3/Shopify_Infinite-Scroll",
"dependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-strip-debug": "^3.0.0",
"gulp-tinify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"lodash": "^4.17.15",
"pump": "^1.0.3"
}
}