{
  "name": "worldwind-react-globe-bs4",
  "version": "1.0.3",
  "description": "Bootstrap 4 UI components for the React worldwind-react-globe virtual globe, including a nav-bar, layer management, markers and settings.",
  "private": false,
  "keywords": [
    "react",
    "react-component",
    "bootstrap",
    "worldwind",
    "earth",
    "globe",
    "map",
    "imagery",
    "layers",
    "markers",
    "search",
    "gazetteer",
    "gis",
    "geospatial",
    "geocoding",
    "nasa",
    "esa"
  ],
  "homepage": "https://emxsys.github.io/worldwind-react-globe-bs4",
  "bugs": "https://github.com/emxsys/worldwind-react-globe-bs4/issues",
  "author": "Bruce Schubert",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/emxsys/worldwind-react-globe-bs4.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "scripts": {
    "test": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prepare": "npm run build",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "dependencies": {},
  "peerDependencies": {
    "bootstrap": "^4.1.1",
    "jquery": "^3.3.1",
    "mobx": "^4.3.0",
    "mobx-react": "^5.1.2",
    "prop-types": "^15.5.4",
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0",
    "react-fontawesome": "^1.6.1",
    "reactstrap": "^6.0.1",
    "worldwind-react-globe": "^1.1.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "bootstrap": "^4.1.3",
    "cross-env": "^5.2.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-config-standard-react": "^6.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-standard": "^3.0.1",
    "gh-pages": "^1.2.0",
    "install-peers": "^1.0.2",
    "jquery": "^3.3.1",
    "mobx": "^4.3.2",
    "mobx-react": "^5.2.5",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "react-fontawesome": "^1.6.1",
    "react-scripts": "^1.1.1",
    "react-test-renderer": "^16.4.2",
    "reactstrap": "^6.4.0",
    "rollup": "^0.54.0",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-node-resolve": "^3.0.2",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^1.6.2",
    "rollup-plugin-url": "^1.3.0",
    "worldwind-react-globe": "^1.1.0"
  },
  "files": [
    "dist"
  ]
}
