{
  "name": "accessibility-cloud-widget",
  "version": "3.7.1",
  "homepage": "http://sozialhelden.github.io/accessibility-cloud-js",
  "main": "lib/App.jsx",
  "license": "MIT",
  "dependencies": {
    "c-3po": "^0.5.1",
    "geojson-flow": "^1.0.1",
    "gettext-parser": "^1.2.2",
    "humanize-string": "^1.0.1",
    "lodash": "^4.17.4",
    "po-gettext-loader": "^0.1.1",
    "preact": "^8.1.0",
    "preact-compat": "^3.15.0",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "zenscroll": "^4.0.0"
  },
  "devDependencies": {
    "autoprefixer": "6.7.2",
    "babel-cli": "^6.24.1",
    "babel-core": "6.22.1",
    "babel-eslint": "7.1.1",
    "babel-jest": "18.0.0",
    "babel-loader": "6.2.10",
    "babel-plugin-c-3po": "^0.5.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react-app": "^2.2.0",
    "babel-runtime": "^6.20.0",
    "case-sensitive-paths-webpack-plugin": "1.1.4",
    "chalk": "1.1.3",
    "connect-history-api-fallback": "1.3.0",
    "cross-spawn": "4.0.2",
    "css-loader": "0.26.1",
    "detect-port": "1.1.0",
    "dotenv": "2.0.0",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-config-react-app": "^0.6.2",
    "eslint-loader": "1.6.0",
    "eslint-plugin-flowtype": "^2.32.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
    "eslint-plugin-react": "^6.9.0",
    "extract-text-webpack-plugin": "1.0.1",
    "file-loader": "0.10.0",
    "flow-bin": "^0.45.0",
    "flow-copy-source": "^1.2.0",
    "fs-extra": "0.30.0",
    "gh-pages": "^0.12.0",
    "html-webpack-plugin": "2.24.0",
    "http-proxy-middleware": "0.17.3",
    "jest": "18.1.0",
    "json-loader": "0.5.4",
    "npmignore": "^0.2.0",
    "object-assign": "4.1.1",
    "postcss-loader": "1.2.2",
    "promise": "7.1.1",
    "react-dev-utils": "^0.5.2",
    "react-devtools": "^2.1.3",
    "style-loader": "0.13.1",
    "url-loader": "0.5.7",
    "webpack": "1.14.0",
    "webpack-bundle-analyzer": "^2.4.0",
    "webpack-dev-server": "1.16.2",
    "webpack-manifest-plugin": "1.1.0",
    "whatwg-fetch": "2.0.2"
  },
  "scripts": {
    "start": "extract=1 node scripts/start.js",
    "clean": "rm -rf build/example/*",
    "build-lib": "npm run clean && extract=1 BABEL_DISABLE_CACHE=1 NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config ./config/webpack.config.lib.js",
    "build": "extract=1 BABEL_DISABLE_CACHE=1 node scripts/build.js",
    "push-translations": "tx push -s",
    "pull-translations": "tx pull -a",
    "npmignore": "npmignore -u /lib",
    "preversion": "npm run pull-translations; npm run npmignore",
    "version": "npm run clean && npm run build-lib && git add . && git commit -am 'build library' && git status",
    "postversion": "",
    "test": "node scripts/test.js --env=jsdom",
    "flow": "flow",
    "devtools": "react-devtools",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
    "prepublish": "npm run babel-prepublish && npm run flow-prepublish",
    "babel-prepublish": "NODE_ENV=production babel --no-babelrc src/ -d lib --presets=react-app --plugins=transform-flow-strip-types --ignore '*.test.js'",
    "flow-prepublish": "flow-copy-source src lib"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}"
    ],
    "setupFiles": [
      "<rootDir>/config/polyfills.js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]"
    ],
    "testEnvironment": "node",
    "testURL": "http://localhost",
    "transform": {
      "^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
      "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
      "^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
    ],
    "moduleNameMapper": {
      "^react-native$": "react-native-web"
    }
  },
  "babel": {
    "plugins": [
      "syntax-flow"
    ],
    "presets": [
      "react-app"
    ]
  },
  "eslintConfig": {
    "extends": [
      "airbnb",
      "plugin:flowtype/recommended"
    ],
    "plugins": [
      "flowtype"
    ],
    "env": {
      "es6": true,
      "node": true,
      "browser": true
    },
    "rules": {
      "no-underscore-dangle": [
        0
      ],
      "no-debugger": [
        0
      ]
    }
  }
}
