forked from atmist/snazzy-info-window
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 744 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
33
34
35
36
37
38
39
{
"name": "snazzy-info-window",
"description": "Customizable info windows using the Google Maps JavaScript API.",
"version": "1.1.1",
"homepage": "https://github.com/atmist/snazzy-info-window",
"repository": {
"url": "https://github.com/atmist/snazzy-info-window.git",
"type": "git"
},
"main": [
"dist/snazzy-info-window.min.js",
"dist/snazzy-info-window.min.css"
],
"moduleType": [
"amd",
"globals",
"node"
],
"authors": [
"Joel Kravets",
"Darcy Chan",
"Adam Krogh",
"Mike Chow"
],
"keywords": [
"snazzy-maps",
"google-maps",
"snazzy",
"google",
"maps",
"info",
"window"
],
"ignore": [
"**/*",
"!dist/**/*"
],
"license": "MIT"
}