Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Commit d42285a

Browse files
committed
Version 1.0.0
1 parent 8acbae8 commit d42285a

File tree

11 files changed

+1890
-0
lines changed

11 files changed

+1890
-0
lines changed

.bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "angular-google-maps-native",
3+
"version": "1.0.0",
4+
"description": "AngularJS directives for the Google Maps Javascript API using the native way",
5+
"author": {
6+
"name": "Jean-Baptiste DEMONTE",
7+
"email": "[email protected]",
8+
"url": "http://jb.demonte.fr"
9+
},
10+
"license": "GPL-3.0+",
11+
"main": "./dist/angular-google-maps-native.min.js",
12+
"keywords": [
13+
"angularjs",
14+
"google",
15+
"maps",
16+
"googlemaps",
17+
"directives"
18+
],
19+
"dependencies": {
20+
"angular": "1.2 - 1.4"
21+
},
22+
"ignore": [
23+
"*.json",
24+
"examples",
25+
"README.md"
26+
]
27+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)