12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "fastadmin-citypicker",
- "description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
- "main": [
- "dist/js/city-picker.js"
- ],
- "keywords": [
- "中国",
- "省份",
- "城市",
- "行政区",
- "省市区",
- "三级联动",
- "地址选择器",
- "China",
- "province",
- "provinces",
- "city",
- "cities",
- "district",
- "districts",
- "pick",
- "picker",
- "picking",
- "jquery",
- "plugin",
- "html",
- "css",
- "javascript",
- "front-end",
- "web",
- "development"
- ],
- "authors": [
- "Tao Shi"
- ],
- "homepage": "https://github.com/karsonzhang/fastadmin-citypicker",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "docs"
- ],
- "dependencies": {
- "jquery": ">= 1.9.1"
- },
- "version": "1.3.4",
- "_release": "1.3.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.3.4",
- "commit": "afedf4badb240b5bd9e357992a8c75be4e5d0c52"
- },
- "_source": "https://github.com/karsonzhang/fastadmin-citypicker.git",
- "_target": "~1.3.1",
- "_originalSource": "fastadmin-citypicker"
- }
|