.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "version": "1.1.1",
  50. "_release": "1.1.1",
  51. "_resolution": {
  52. "type": "version",
  53. "tag": "v1.1.1",
  54. "commit": "b07ba5e3016043ffeafae1eceed2b5945bad7116"
  55. },
  56. "_source": "https://github.com/tshi0912/city-picker.git",
  57. "_target": "~1.1.0",
  58. "_originalSource": "city-picker"
  59. }