Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ddohler committed Jan 26, 2018
1 parent 284ea45 commit a675e99
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "gdal-js",
"version": "1.0.0",
"description": "GDAL compiled into WebAssembly for use in a web browser.",
"main": "gdal.js",
"directories": {
"example": "examples"
},
"files": [
"gdal.js",
"gdal.wasm",
"gdal.data"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ddohler/gdal-js.git"
},
"keywords": [
"gdal",
"geospatial",
"webassembly",
"emscripten",
"geotiff",
"mapping"
],
"author": "Derek Dohler",
"license": "MIT",
"bugs": {
"url": "https://github.com/ddohler/gdal-js/issues"
},
"homepage": "https://github.com/ddohler/gdal-js#readme"
}

0 comments on commit a675e99

Please sign in to comment.