js-geofs
Version:
An abstraction layer for the GeoFS API (credit to iL0g1c).
26 lines (25 loc) • 499 B
JSON
{
"name": "js-geofs",
"version": "2.1.0",
"description": "An abstraction layer for the GeoFS API (credit to iL0g1c).",
"main": "index.cjs.js",
"module": "index.mjs",
"exports": {
"require": "./index.cjs.js",
"import": "./index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"geofs",
"js",
"js-geofs",
"javascript",
"api",
"flight",
"simulator"
],
"author": "meatbroc",
"license": "MIT"
}