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 00eb1a1 commit 5aa4a0fCopy full SHA for 5aa4a0f
package.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "open-location-code",
3
+ "description": "Library to convert between lat/lng and OLC codes",
4
+ "version": "1.0.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/google/open-location-code.git"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/google/open-location-code/issues"
11
12
+ "author": "The Open Location Code Library Authors",
13
+ "license": "Apache-2.0",
14
+ "homepage": "http://openlocationcode.com/",
15
+ "keywords": [
16
+ "javascript",
17
+ "library",
18
+ "openlocationcode"
19
+ ]
20
+}
0 commit comments