-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 899 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
36
37
38
39
40
41
{
"name": "mapbox-omt-lang",
"version": "1.1.1",
"description": "Update the language of your OpenMapTiles vector tiles for Mapbox GL JS.",
"main": "dist/mapbox-omt-lang.js",
"module": "dist/mapbox-omt-lang.m.js",
"repository": "git@github.com:tusbar/mapbox-omt-lang.git",
"scripts": {
"build": "microbundle --name MapboxOmtLang",
"prepublishOnly": "yarn build"
},
"author": "Bertrand Marron <bertrand.marron@gmail.com>",
"license": "MIT",
"files": [
"index.js",
"dist"
],
"keywords": [
"mapbox",
"mapboxgl",
"openmaptiles",
"i18n",
"l10n",
"lang",
"language"
],
"peerDependencies": {
"mapbox-gl": "*"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"microbundle": "^0.11.0",
"xo": "^0.24.0"
},
"xo": {
"semicolon": false,
"parser": "babel-eslint",
"env": "browser",
"space": 2
}
}