forked from mapbox/tilebelt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 749 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 749 Bytes
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": "@mapbox/tilebelt",
"version": "1.0.2",
"description": "simple tile utilities",
"main": "index.js",
"scripts": {
"test": "eslint *.js && tape test.js",
"bench": "node bench.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapbox/tilebelt.git"
},
"keywords": [
"tile",
"map",
"geojson"
],
"author": "morganherlocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapbox/tilebelt/issues"
},
"homepage": "https://github.com/mapbox/tilebelt",
"devDependencies": {
"benchmark": "~2.1.4",
"eslint": "^7.8.1",
"eslint-config-mourner": "~2.0.3",
"tape": "^5.0.1"
},
"eslintConfig": {
"extends": "mourner"
},
"dependencies": {}
}