{
  "name": "react-sigmajs",
  "description": "Lightweight but powerful library for drawing network graphs built on top of SigmaJS",
  "author": "Maxim Vorobjov <maxim.vorobjov@gmail.com>",
  "version": "0.5.3",
  "license": "MIT",
  "bugs": "https://github.com/dunnock/react-sigma/issues",
  "homepage": "https://github.com/dunnock/react-sigma",
  "repository": {
    "type": "git",
    "url": "https://github.com/dunnock/react-sigma.git"
  },
  "files": [
    "lib",
    "dist",
    "es",
    "sigma",
    "README.md",
    "DOCS.md",
    "LICENSE"
  ],
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "module": "es/index.js",
  "keywords": [
    "graph",
    "sigma.js",
    "force graph",
    "webgl graph",
    "neo4j graph",
    "json graph",
    "fast graph",
    "graph drawing"
  ],
  "devDependencies": {
    "@kadira/react-storybook-addon-info": "^3.3.0",
    "@kadira/storybook": "^2.21.0",
    "babel-cli": "^6.18.0",
    "babel-core": "6.17.0",
    "babel-eslint": "7.0.0",
    "babel-jest": "16.0.0",
    "babel-loader": "6.2.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-flow-react-proptypes": "^0.18.2",
    "babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
    "babel-plugin-transform-es3-property-literals": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-1": "^6.16.0",
    "canvas": "^1.6.2",
    "case-sensitive-paths-webpack-plugin": "1.1.4",
    "child-process-promise": "^2.2.0",
    "colors": "^1.1.2",
    "cross-spawn": "4.0.2",
    "detect-port": "1.0.1",
    "dmd-clear": "^0.1.2",
    "eslint": "3.8.1",
    "eslint-config-react-app": "^0.3.0",
    "eslint-loader": "1.6.0",
    "eslint-plugin-flowtype": "2.21.0",
    "eslint-plugin-import": "2.0.1",
    "eslint-plugin-jsx-a11y": "2.2.3",
    "eslint-plugin-react": "6.4.1",
    "fake-xml-http-request": "^1.4.0",
    "file-loader": "0.9.0",
    "filesize": "3.3.0",
    "find-cache-dir": "0.1.1",
    "flow-bin": "^0.36.0",
    "fs-extra": "0.30.0",
    "fs-promise": "^1.0.0",
    "gzip-size": "3.0.0",
    "imports-loader": "^0.6.5",
    "jest": "16.0.2",
    "lodash": "^4.17.2",
    "npm-release": "^1.0.0",
    "object-assign": "4.1.0",
    "output-file-sync": "^1.1.2",
    "path-exists": "2.1.0",
    "promise": "7.1.1",
    "react-dev-utils": "^0.3.0",
    "recursive-readdir": "2.1.0",
    "rimraf": "2.5.4",
    "script-loader": "^0.7.0",
    "strip-ansi": "3.0.1",
    "webpack": "^1.14.0",
    "webpack-manifest-plugin": "1.1.0",
    "whatwg-fetch": "1.0.0"
  },
  "dependencies": {
    "react": "^15.4.1",
    "react-dom": "^15.4.1",
    "sigma-react": "^1.2.0-2"
  },
  "peerDependencies": {
    "react": ">=15.3",
    "react-dom": ">=15.3"
  },
  "scripts": {
    "build": "babel-node scripts/build-cli.js",
    "build:v": "babel-node scripts/build-cli.js --verbose",
    "test": "node scripts/test.js --env=jsdom",
    "publish:patch": "npm-release patch",
    "publish:minor": "npm-release minor",
    "storybook": "start-storybook -p 9009 -s public",
    "build-storybook": "build-storybook -s public",
    "flow": "flow; test $? -eq 0 -o $? -eq 2",
    "build:doc": "documentation build src/* --shallow --config documentation.yml --github --format md --output DOCS.md",
    "prepublish": "npm run build",
    "postinstall": "echo 'RELOCATED! react-sigmajs was relocated to react-sigma, please use #npm install react-sigma'"
  },
  "jest": {
    "moduleFileExtensions": [
      "jsx",
      "js",
      "json"
    ],
    "moduleNameMapper": {
      "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js",
      "^.+\\.css$": "<rootDir>/config/jest/CSSStub.js"
    },
    "setupFiles": [
      "<rootDir>/config/polyfills.js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/(build|docs|node_modules|es|lib|dest|sigma)/"
    ],
    "testEnvironment": "node"
  }
}
