UNPKG

1.08 kBJSONView Raw
1{
2 "name": "geojson-flatten",
3 "version": "1.1.0",
4 "description": "transform geojson into single-parts",
5 "source": "index.js",
6 "main": "dist/index.js",
7 "umd:main": "dist/index.umd.js",
8 "unpkg": "dist/index.umd.js",
9 "module": "dist/index.es.js",
10 "files": [
11 "index.js",
12 "dist",
13 "geojson-flatten"
14 ],
15 "directories": {
16 "test": "test"
17 },
18 "bin": {
19 "geojson-flatten": "./geojson-flatten"
20 },
21 "scripts": {
22 "test": "eslint index.js && tap test/flatten.js",
23 "prepare": "microbundle --name geojsonFlatten",
24 "release": "standard-version"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git://github.com/tmcw/geojson-flatten.git"
29 },
30 "keywords": [
31 "geojson",
32 "maps",
33 "flatten"
34 ],
35 "author": "Tom MacWright",
36 "license": "BSD-2-Clause",
37 "bugs": {
38 "url": "https://github.com/tmcw/geojson-flatten/issues"
39 },
40 "homepage": "https://github.com/tmcw/geojson-flatten",
41 "devDependencies": {
42 "eslint": "^7.0.0",
43 "microbundle": "^0.13.0",
44 "standard-version": "^9.0.0",
45 "tap": "^14.10.6"
46 }
47}