-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 926 Bytes
/
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
{
"name": "jquery-static-pager",
"version": "1.0.2",
"description": "基于 jQuery 的静态数据分页插件",
"keywords": [
"jquery-plugin",
"pagination",
"ui-components",
"static-pages"
],
"main": "gulpfile.js",
"scripts": {
"build": "gulp build"
},
"homepage": "http://www.tperiod.com/",
"bugs": "https://github.com/djyuning/jQueryStaticPager/issues",
"repository": {
"type": "git",
"url": "https://github.com/djyuning/jQueryStaticPager.git"
},
"dependencies": {},
"devDependencies": {
"del": "^4.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-banner": "^0.1.3",
"gulp-cssnano": "^2.1.3",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-rename": "^1.4.0",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2"
},
"license": "MIT"
}