-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 852 Bytes
/
bower.json
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
{
"name": "google-maps-utility-library-v3-markerwithlabel",
"version": "1.1.10",
"description": "Fork of google code's google-maps-utility-library-v3-markerwithlabel",
"main": "./dist/markerwithlabel.js",
"homepage": "https://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel",
"repository": {
"type": "git",
"url": "git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git"
},
"author": "Gary Little (inspired by code from Marc Ridey of Google).",
"contributors": ["Nicholas McCready"],
"license": "Apache License 2.0",
"ignore": [
".*",
"spec",
"*.coffee",
"*.json",
".gitignore",
".travis.yml",
"*.html",
"package.js",
"*.md",
"src",
"gulp",
"scripts",
"node_modules",
"bower_components",
"tmp",
"stylesheets"
]
}