{
  "name": "mui-with-arrows",
  "version": "1.1.11",
  "description": "Material-UI offshoot that allows for dynamically positioned CSS triangles",
  "main": "./src/index.js",
  "scripts": {
    "build": "npm run build:icon-index && npm run build:babel && npm run build:copy-files && npm run build:es",
    "build:babel": "cross-env NODE_ENV=release babel ./src --out-dir ./build --ignore spec.js",
    "build:copy-files": "babel-node ./scripts/copy-files.js",
    "build:es": "npm run build:es-index && npm run build:es-icon-index",
    "build:es-icon-index": "cross-env BABEL_ENV=es babel ./src/svg-icons/index.js --out-file ./build/svg-icons/index.es.js",
    "build:es-index": "cross-env BABEL_ENV=es babel ./src/index.js --out-file ./build/index.es.js",
    "build:icon-index": "babel-node ./scripts/icon-index-generator.js",
    "build:prod": "NODE_ENV=production npm run clean && webpack -p",
    "clean": "rimraf lib",
    "clean:build": "rimraf build",
    "compile": "babel -d lib/ src/",
    "compile:dist": "rimraf lib-dist && babel -d lib-dist/ src/",
    "dev:serve": "npm run watch & webpack-dev-server -d",
    "install:babel": "babel src -d lib -s",
    "lint": "eslint src docs/src test --quiet --cache && echo \"eslint: no lint errors\"",
    "lint:find-rules": "eslint-find-rules -u .eslintrc.js",
    "prebuild": "npm run clean:build",
    "prepublish": "NODE_ENV=release npm run compile",
    "prepublish:node_module": "node_modules/babel-cli/bin/babel.js src -d lib -s",
    "preversion:___FLAG___": "npm test",
    "version:___FLAG___": "npm run compile:dist && git add -A lib-dist",
    "postversion:___FLAG___": "git push origin master && git push --tags && rm -rf build/temp",
    "test": "cross-env NODE_ENV=test babel-node test/index.js",
    "test:coverage": "cross-env NODE_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/index.js",
    "test:karma": "karma start test/karma.conf.js --single-run",
    "test:integration": "cross-env NODE_ENV=test babel-node test/index.js integration",
    "test:integration:watch": "cross-env NODE_ENV=test babel-node test/watch.js integration",
    "test:unit": "cross-env NODE_ENV=test babel-node test/index.js unit",
    "test:unit:watch": "cross-env NODE_ENV=test babel-node test/watch.js unit",
    "watch": "NODE_ENV=production webpack -w"
  },
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui",
    "CSS triangles",
    "tooltip arrows"
  ],
  "license": "MIT",
  "author": "Oliver Isenrich <isenrich@yahoo.com> (http://isenrich.io)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IsenrichO/mui-with-arrows.git"
  },
  "bugs": {
    "url": "https://github.com/IsenrichO/mui-with-arrows/issues",
    "email": "isenrich@yahoo.com"
  },
  "homepage": "http://material-ui.com/",
  "peerDependencies": {
    "react": "^15.4.0",
    "react-dom": "^15.4.0",
    "react-tap-event-plugin": "^2.0.1"
  },
  "dependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-runtime": "^6.23.0",
    "dotenv-webpack": "^1.4.5",
    "inline-style-prefixer": "^3.0.2",
    "keycode": "^2.1.8",
    "lodash.merge": "^4.6.0",
    "lodash.throttle": "^4.1.1",
    "prop-types": "^15.5.7",
    "react-event-listener": "^0.4.5",
    "react-transition-group": "^1.1.2",
    "recompose": "0.23.4",
    "simple-assign": "^0.1.0",
    "warning": "^3.0.0",
    "webpack": "^2.6.0",
    "webpack-dev-server": "^2.4.5"
  },
  "devDependencies": {
    "app-module-path": "^2.2.0",
    "autoprefixer": "^7.1.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.1",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-dev-warning": "^0.1.0",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-react-inline-elements": "^6.22.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.0",
    "babel-plugin-transform-replace-object-assign": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.5.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.24.1",
    "chai": "^3.5.0",
    "coveralls": "^2.13.0",
    "create-react-class": "^15.5.0",
    "cross-env": "^4.0.0",
    "css-loader": "^0.28.2",
    "enzyme": "^2.8.1",
    "eslint": "^3.19.0",
    "eslint-find-rules": "^1.14.3",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-flowtype": "^2.30.4",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-material-ui": "./packages/eslint-plugin-material-ui",
    "eslint-plugin-mocha": "^4.9.0",
    "eslint-plugin-react": "^7.0.0",
    "extract-text-webpack-plugin": "^2.0.0-beta.4",
    "file-loader": "^0.11.1",
    "fs-extra": "^2.1.2",
    "glob": "^7.1.1",
    "html-webpack-plugin": "^2.28.0",
    "image-webpack-loader": "^3.3.1",
    "istanbul": "^1.1.0-alpha.1",
    "jsdom": "^9.12.0",
    "json-loader": "^0.5.4",
    "karma": "^1.6.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.3",
    "minimist": "^1.2.0",
    "mocha": "^3.1.2",
    "node-sass": "^4.5.3",
    "nodemon": "^1.11.0",
    "phantomjs-prebuilt": "^2.1.14",
    "postcss": "^6.0.1",
    "postcss-discard-comments": "^2.0.4",
    "postcss-flexbugs-fixes": "^3.0.0",
    "postcss-import": "^10.0.0",
    "postcss-nested": "^2.0.2",
    "postcss-selector-matches": "^3.0.1",
    "postcss-strip-inline-comments": "^0.1.5",
    "postcss-will-change": "^2.0.0",
    "react": "^15.5.0",
    "react-dom": "^15.5.0",
    "react-hot-loader": "^3.0.0-beta.4",
    "react-tap-event-plugin": "^2.0.0",
    "react-test-renderer": "^15.5.0",
    "recursive-readdir-sync": "^1.0.6",
    "rimraf": "^2.6.1",
    "sass-loader": "^6.0.5",
    "sinon": "^2.1.0",
    "style-loader": "^0.18.1",
    "url-loader": "^0.5.8",
    "webpack-merge": "^4.1.0"
  },
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  }
}
