Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drinckes committed Jun 17, 2016
1 parent 00eb1a1 commit 5aa4a0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "open-location-code",
"description": "Library to convert between lat/lng and OLC codes",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/google/open-location-code.git"
},
"bugs": {
"url": "https://github.com/google/open-location-code/issues"
},
"author": "The Open Location Code Library Authors",
"license": "Apache-2.0",
"homepage": "http://openlocationcode.com/",
"keywords": [
"javascript",
"library",
"openlocationcode"
]
}

0 comments on commit 5aa4a0f

Please sign in to comment.