-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 844 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
{
"name": "googly-mapulous",
"version": "0.1.0",
"authors": [
"Tim Shaw <[email protected]>"
],
"description": "A set of tools for building google maps functionality we tend to do a lot (markers, labels, hover/click content, clustering, overlays, etc.\"",
"main": "./dist/googly-mapulous.js",
"keywords": [
"google",
"maps",
"gmaps",
"tools"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tmp",
".gitignore"
],
"dependencies": {
"angular": "latest",
"google-maps-utility-library-v3": "*",
"jquery.jscrollpane": "~2.0.14"
},
"homepage": "https://github.com/noblestudios/googly-mapulous.git",
"repository": {
"type": "git",
"url": "https://github.com/noblestudios/googly-mapulous.git"
}
}