-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
39 lines (39 loc) · 864 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
38
39
{
"name": "jq-page",
"version": "1.0.7",
"description": "js分页插件",
"main": "dist/paging.js",
"directories": {
"example": "example"
},
"scripts": {
"prepublish": "gulp"
},
"devDependencies": {
"gulp-concat": "^2.6.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-requirejs": "^1.0.0-rc2",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tianxiangbing/paging.git"
},
"keywords": [
"page",
"js",
"jquery"
],
"author": "tianxiangbing",
"license": "ISC",
"bugs": {
"url": "https://github.com/tianxiangbing/paging/issues"
},
"homepage": "https://github.com/tianxiangbing/paging#readme"
}