-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "geojson-geometry-objects",
"version": "1.0.7",
"description": "GeoJSON Geometry Objects, easily turn into BSON/JSON representation",
"main": "source/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -vclr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rspieker/node-geojson-geometry-objects.git"
},
"keywords": [
"geojson",
"geo",
"geometry",
"latitude",
"longitude"
],
"author": "Rogier Spieker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rspieker/node-geojson-geometry-objects/issues"
},
"homepage": "https://github.com/rspieker/node-geojson-geometry-objects#readme",
"engines": {
"node": ">=8"
},
"devDependencies": {
"@konfirm/labrat": "^2.0.2"
}
}