mongoose-geojson-schema
Version:
Schema definitions for GeoJSON types for use with Mongoose JS
37 lines (36 loc) • 741 B
JSON
{
"name": "mongoose-geojson-schema",
"version": "2.2.4",
"description": "Schema definitions for GeoJSON types for use with Mongoose JS",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"mongo",
"mongoose",
"mongoosejs",
"schema",
"geojson",
"point",
"geometry",
"feature",
"polygon",
"linestring"
],
"repository": {
"type": "git",
"url": "https://github.com/echoes-xyz/mongoose-geojson-schema"
},
"author": "Ben Dalton <ben@rideamigos.com>",
"contributors": [
"Josh Kopeček <josh@echoes.xyz>"
],
"license": "MIT",
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.31.0",
"mocha": "^9.2.1",
"mongoose": "^6.4.6"
}
}