zhaojs
2023-07-31 d4b1c654014f391ff69c04e6491d3e892e5551bf
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
{
  "name": "fastadmin-citypicker",
  "description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
  "version": "1.3.4",
  "main": "dist/city-picker.js",
  "license": "MIT",
  "repository": "karsonzhang/fastadmin-citypicker",
  "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": ">= 1.9.1"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-jscs": "^3.0.2",
    "gulp-jshint": "^1.12.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-uglify": "^1.5.1"
  }
}