-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "infinitescrollmanager",
"version": "0.1.0",
"description": "Ajax pagination plugin for Shopify themes inspired by Ajaxinate",
"main": "infiniteScrollManager.js",
"scripts": {
"lint": "eslint src/** && echo eslint completed!",
"build": "npm run lint && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adearriba/InfiniteScrollManager.git"
},
"keywords": [
"infinitescroll",
"shopify",
"pagination",
"shopify-theme",
"ajax-pagination-plugin",
"infinite-scroll",
"ajax"
],
"author": "adearriba",
"license": "MIT",
"bugs": {
"url": "https://github.com/adearriba/InfiniteScrollManager/issues"
},
"homepage": "https://github.com/adearriba/InfiniteScrollManager#readme",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.2",
"@rollup/stream": "^2.0.0",
"del": "^7.0.0",
"eslint": "^8.27.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jsdoc-to-markdown": "^7.1.1",
"rollup": "^3.3.0",
"vinyl-source-stream": "^2.0.0"
}
}