{
  "name": "sensor-js",
  "version": "0.0.7",
  "description": "Data Components for building Reactive Maps Interfaces",
  "main": "lib/app.js",
  "scripts": {
    "test": "react-scripts test --env=jsdom",
    "webpack-server": "webpack-dev-server --hot --inline --progress --colors --port 8012",
    "web-server": "http-server -p 3000 .",
    "start": "cross-env CHOOSE_CONFIG=EXAMPLES && concurrently \"npm run webpack-server\" \"gulp watch\" ",
    "build": "cross-env NODE_ENV=production && cross-env CHOOSE_CONFIG=EXAMPLES && webpack -p && gulp",
    "build:lib": "gulp && cross-env NODE_ENV=production && cross-env CHOOSE_CONFIG=LIB babel app --out-dir lib",
    "build:umd": "cross-env NODE_ENV=development && webpack --config webpack.config.umd.js app/app.js umd/sensor-js.js",
    "build-bro": "browserify -t [ babelify --presets [ es2015 stage-0 react ] ] main.js -o dist/main.bundle.js"
  },
  "files": [
    "lib/",
    "dist/",
    "umd/",
    "examples/"
  ],
  "author": {
    "name": "Farhan Chauhan",
    "email": "farhan@appbase.io",
    "url": "https://github.com/farhan687"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "appbase-js": "^0.10.8",
    "axios": "^0.15.2",
    "babel-preset-stage-0": "^6.5.0",
    "fbemitter": "^2.0.2",
    "google-map-react": "^0.14.5",
    "lodash": "^4.15.0",
    "rc-slider": "^5.4.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-google-maps": "^4.11.0",
    "react-select": "^1.0.0-beta13",
    "react-tooltip": "^3.1.8"
  },
  "devDependencies": {
    "babel-core": "^6.9.1",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.3.0",
    "browserify": "^13.1.1",
    "browserify-shim": "^3.8.12",
    "concurrently": "^2.0.0",
    "cross-env": "^3.1.3",
    "eslint": "^3.10.2",
    "eslint-config-react-app": "^0.3.0",
    "eslint-plugin-flowtype": "^2.25.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.1",
    "eslint-plugin-react": "^6.7.1",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-jshint": "^2.0.0",
    "gulp-minify-css": "^1.2.4",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^2.3.1",
    "gulp-uglify": "^1.5.3",
    "react-scripts": "^0.7.0",
    "rimraf": "^2.5.4",
    "shebang-loader": "0.0.1",
    "webpack": "^1.13.1"
  }
}
