{
  "name": "@mapbox/mapbox-gl-styles",
  "version": "2.2.0",
  "description": "mapbox gl example styles",
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/mapbox-gl-styles.git"
  },
  "homepage": "https://github.com/mapbox/mapbox-gl-styles/#readme",
  "main": "index.js",
  "bin": {},
  "scripts": {
    "test": "tape test/test.js",
    "migrate": "./migrate.sh"
  },
  "devDependencies": {
    "maki": "^2.0.5",
    "mapbox-gl-style-spec": "^8.1.0",
    "tape": "^4.2.0"
  },
  "dependencies": {
    "tinyglobby": "^0.2.15"
  },
  "license": "BSD-3-Clause"
}