审查视图

public/assets/libs/fastadmin-citypicker/.bower.json 1.2 KB
景龙 authored
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
{
  "name": "fastadmin-citypicker",
  "description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
  "main": [
    "dist/js/city-picker.data.js",
    "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.1",
  "_release": "1.3.1",
  "_resolution": {
    "type": "version",
    "tag": "v1.3.1",
    "commit": "8546321535e639c20c6b4b28583e437ddc2305bc"
  },
  "_source": "https://github.com/karsonzhang/fastadmin-citypicker.git",
  "_target": "~1.3.1",
  "_originalSource": "fastadmin-citypicker"
}