bower.json 855 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "city-picker",
  3. "description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
  4. "main": [
  5. "dist/js/city-picker.data.js",
  6. "dist/js/city-picker.js"
  7. ],
  8. "keywords": [
  9. "中国",
  10. "省份",
  11. "城市",
  12. "行政区",
  13. "省市区",
  14. "三级联动",
  15. "地址选择器",
  16. "China",
  17. "province",
  18. "provinces",
  19. "city",
  20. "cities",
  21. "district",
  22. "districts",
  23. "pick",
  24. "picker",
  25. "picking",
  26. "jquery",
  27. "plugin",
  28. "html",
  29. "css",
  30. "javascript",
  31. "front-end",
  32. "web",
  33. "development"
  34. ],
  35. "authors": [
  36. "Tao Shi"
  37. ],
  38. "homepage": "https://github.com/tshi0912/city-picker",
  39. "license": "MIT",
  40. "ignore": [
  41. "**/.*",
  42. "node_modules",
  43. "bower_components",
  44. "docs"
  45. ],
  46. "dependencies": {
  47. "jquery": ">= 1.9.1"
  48. }
  49. }