-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for README, add keywords for npm
- Loading branch information
1 parent
c4fd96d
commit 40863b2
Showing
3 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
example | ||
test | ||
test | ||
.github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dynamo-locx", | ||
"version": "0.1.0", | ||
"description": "A javascript port of awslabs/dynamodb-geo, for dynamodb geospatial querying", | ||
"description": "Simple geospatial querying for Amazon DynamoDB", | ||
"scripts": { | ||
"prepublish": "tsc", | ||
"clean": "rimraf dist", | ||
|
@@ -13,6 +13,18 @@ | |
"author": "Russell Steadman <[email protected]> (https://www.russellsteadman.com/)", | ||
"repository": "https://github.com/russellsteadman/dynamo-locx.git", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"dynamodb", | ||
"geospatial", | ||
"geo", | ||
"location", | ||
"geoquery", | ||
"aws", | ||
"geohash", | ||
"geodata", | ||
"geojson", | ||
"geolocation" | ||
], | ||
"dependencies": { | ||
"long": "^5.2.1", | ||
"nodes2ts": "^2.0.0" | ||
|