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 13e8c4a commit 2f88254Copy full SHA for 2f88254
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "geopackage",
+ "name": "@ngageoint/geopackage",
3
"version": "1.0.13",
4
- "description": "geopackage",
+ "description": "GeoPackage JavaScript Library",
5
"keywords": [
6
"NGA",
7
"geopackage"
@@ -32,7 +32,7 @@
32
"file-type": "^4.1.0",
33
"lwip": "0.0.9",
34
"proj4": "^2.4.3",
35
- "pureimage": "github:danielbarela/node-pureimage",
+ "pureimage": "0.0.19",
36
"reproject": "^1.1.1",
37
"sql.js": "kripken/sql.js",
38
"stream-to-array": "^2.3.0",
@@ -59,7 +59,6 @@
59
"inquirer": "^1.0.2",
60
"sqlite3": "^3.1.8"
61
},
62
- "private": true,
63
"main": "index.js",
64
"files": [
65
"index.js",
@@ -69,7 +68,7 @@
69
68
"converters"
70
],
71
"browser": {
72
- "pajk-lwip": false,
+ "lwip": false,
73
"sqlite3": false
74
75
"scripts": {
0 commit comments