Skip to content

Commit 5aa4a0f

Browse files
authored
Create package.json
1 parent 00eb1a1 commit 5aa4a0f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

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

Comments
 (0)