變壓器位置with範圍展示
yuanhung
2016-08-16 e3d6da37ac178414e3b607cd39475963acbe6766
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
{
  "name": "geocomplete",
  "version": "1.6.5",
  "homepage": "http://ubilabs.github.com/geocomplete/",
  "authors": [
    "Martin Kleppe <kleppe@ubilabs.net>"
  ],
  "description": "jQuery Geocoding and Places Autocomplete Plugin",
  "main": "jquery.geocomplete.js",
  "keywords": [
    "geocoding",
    "map",
    "places",
    "api",
    "search",
    "google"
  ],
  "license": "MIT",
  "dependencies": {
    "jquery": ">= 1.9.0"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}