.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "fastadmin-citypicker",
  3. "description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
  4. "main": [
  5. "dist/js/city-picker.js"
  6. ],
  7. "keywords": [
  8. "中国",
  9. "省份",
  10. "城市",
  11. "行政区",
  12. "省市区",
  13. "三级联动",
  14. "地址选择器",
  15. "China",
  16. "province",
  17. "provinces",
  18. "city",
  19. "cities",
  20. "district",
  21. "districts",
  22. "pick",
  23. "picker",
  24. "picking",
  25. "jquery",
  26. "plugin",
  27. "html",
  28. "css",
  29. "javascript",
  30. "front-end",
  31. "web",
  32. "development"
  33. ],
  34. "authors": [
  35. "Tao Shi"
  36. ],
  37. "homepage": "https://github.com/karsonzhang/fastadmin-citypicker",
  38. "license": "MIT",
  39. "ignore": [
  40. "**/.*",
  41. "node_modules",
  42. "bower_components",
  43. "docs"
  44. ],
  45. "dependencies": {
  46. "jquery": ">= 1.9.1"
  47. },
  48. "version": "1.3.6",
  49. "_release": "1.3.6",
  50. "_resolution": {
  51. "type": "version",
  52. "tag": "v1.3.6",
  53. "commit": "bfe61733415ea9904caaf923d5c85fe824417856"
  54. },
  55. "_source": "https://github.com/karsonzhang/fastadmin-citypicker.git",
  56. "_target": "~1.3.1",
  57. "_originalSource": "fastadmin-citypicker"
  58. }