We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebba765 commit 6c77b3aCopy full SHA for 6c77b3a
bower.json
@@ -0,0 +1,31 @@
1
+{
2
+ "name": "ng-google-static-maps",
3
+ "version": "0.1.0",
4
+ "main": "ng-google-static-maps.js",
5
+ "homepage": "https://github.com/thebatclaudio/ng-google-static-maps",
6
+ "authors": [
7
+ "Claudio La Barbera <[email protected]>"
8
+ ],
9
+ "description": "An AngularJS directive to quickly insert Google Static Maps.",
10
+ "keywords": [
11
+ "angularjs",
12
+ "static-google-maps",
13
+ "angular",
14
+ "angular-directives",
15
+ "angular-directive"
16
17
+ "license": "MIT",
18
+ "ignore": [
19
+ "**/.*",
20
+ "node_modules",
21
+ "bower_components",
22
+ "test",
23
+ "tests"
24
25
+ "dependencies": {
26
+ "angular": "~1.3.0"
27
+ },
28
+ "devDependencies": {
29
+ "angular-mocks": "~1.2.0"
30
+ }
31
+}
0 commit comments