Skip to content

Commit 6c77b3a

Browse files
committed
Added bower.json
1 parent ebba765 commit 6c77b3a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bower.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)