{
  "name": "symphony-integration-commons",
  "version": "0.1.34",
  "description": "Common components for 3rd party developers build the user facing application for Symphony Integrations.",
  "main": "./dist/index.js",
  "scripts": {
    "postinstall": "babel . --out-dir dist --ignore node_modules,dist,__mocks__,__tests__ --copy-files",
    "test": "jest",
    "semantic-release": "npm publish",
    "whitesource": "node node_modules/whitesource/bin/whitesource.js run",
    "license-check": "node-license-validator --allow-licenses WTFPL Apache Apache-2 BSD-like BSD BSD-2-Clause BSD-3-Clause Apache-2.0 MIT ISC Unlicense MIT/X11 \"MIT / http://rem.mit-license.org\" \"Public Domain\""
  },
  "jest": {
    "transform": {
      ".*": "./node_modules/babel-jest"
    },
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "./__mocks__/fileMock.js",
      "\\.(css|less)$": "identity-obj-proxy"
    }
  },
  "license": "Apache-2.0",
  "author": "Symphony",
  "devDependencies": {
    "identity-obj-proxy": "^3.0.0",
    "less": "^2.7.1",
    "node-license-validator": "^1.3.0",
    "semantic-release": "^6.3.2",
    "whitesource": "^1.0.9"
  },
  "dependencies": {
    "axios": "^0.15.3",
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-jest": "^18.0.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-react": "^6.23.0",
    "babel-preset-stage-0": "^6.22.0",
    "enzyme": "^2.7.1",
    "jest": "^21.2.1",
    "prop-types": "^15.5.8",
    "react": "^15.3.2",
    "react-dom": "^15.5.4",
    "react-redux": "^5.0.2",
    "react-router": "^3.0.2",
    "react-test-renderer": "^15.5.4",
    "redux": "^3.6.0",
    "redux-saga": "^0.14.3",
    "sinon": "^2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/symphonyoss/App-Integrations-FE-Commons.git"
  },
  "release": {
    "branch": "dev"
  }
}
