forked from tshi0912/city-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.26 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
58
59
60
61
62
{
"name": "city-picker",
"description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
"version": "1.3.0",
"main": "dist/city-picker.min.js",
"type": "module",
"license": "MIT",
"scripts": {
"build": "gulp"
},
"repository": "tshi0912/city-picker",
"homepage": "http://tshi0912.github.io/city-picker",
"author": {
"name": "Tao Shi",
"url": "http://shitao.me"
},
"keywords": [
"中国",
"省份",
"城市",
"行政区",
"省市区",
"三级联动",
"地址选择器",
"China",
"province",
"provinces",
"city",
"cities",
"district",
"districts",
"pick",
"picker",
"picking",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"dependencies": {
"jquery": ">= 3.6.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.15.8",
"del": "^5.1.0",
"eslint": "^7.5.0",
"eslint-config-jquery": "^3.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^6.0.0",
"gulp-json-editor": "^2.5.6",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2"
}
}