-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
54
55
56
57
{
"name": "ajaxinate",
"license": "MIT",
"description": "Ajax Pagination Javascript Plugin",
"version": "3.0.1",
"author": "Elkfox <opensource@elkfox.com> (https://elkfox.io)",
"repository": {
"type": "git",
"url": "git+https://github.com/Elkfox/Ajaxinate.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"conventional-github-releaser": "^3.1.3",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.4.3",
"gulp-bump": "^3.1.3",
"gulp-conventional-changelog": "^2.0.25",
"gulp-env": "^0.4.0",
"gulp-eslint": "^5.0.0",
"gulp-git": "^2.9.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-tap": "^1.0.1",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.1",
"yargs": "^12.0.5"
},
"scripts": {
"test": "eslint --env browser,node src/ajaxinate.js",
"build": "gulp build",
"release": "gulp release"
},
"bugs": {
"url": "https://github.com/Elkfox/Ajaxinate/issues"
},
"homepage": "https://ajaxinate.elkfox.io/",
"main": "src/ajaxinate.js",
"directories": {
"doc": "docs"
},
"keywords": [
"shopify",
"shopify-theme",
"ajaxify",
"pagination",
"ajax",
"ajax-pagination-plugin"
],
"dependencies": {
"natives": "^1.1.6"
}
}