mongoose-geojson-schemas
Version:
mongoose schema to support geojson fields
70 lines (69 loc) • 1.69 kB
JSON
{
"name": "mongoose-geojson-schemas",
"version": "0.12.9",
"description": "mongoose schema to support geojson fields",
"keywords": [
"lykmapipo",
"mongoose",
"mongoose-plugin",
"geojson",
"point",
"polygon",
"linestring",
"multipoint",
"multipolygon",
"multilinestring",
"geometry",
"feature"
],
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mongoose-geojson-schemas.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mongoose-geojson-schemas/issues"
},
"homepage": "https://github.com/lykmapipo/mongoose-geojson-schemas",
"contributors": [
{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}
],
"devDependencies": {
"@lykmapipo/mongoose-faker": ">=0.10.26",
"@lykmapipo/mongoose-test-helpers": "^0.8.4",
"chai": "^4.2.0",
"grunt": "^1.2.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"handlebars": "^4.7.6",
"jshint-stylish": "^2.2.1",
"mocha": "^8.1.1",
"mongoose": ">=5.9.28",
"shelljs": "^0.8.4",
"underscore.string": "^3.3.5"
},
"peerDependencies": {
"mongoose": ">=5.9.28"
},
"dependencies": {
"@lykmapipo/env": ">=0.17.16",
"@lykmapipo/geo-tools": ">=0.7.13",
"@turf/turf": ">=5.1.6",
"async": ">=3.2.0",
"geojson-validation": ">=1.0.2",
"lodash": ">=4.17.19"
}
}