{
  "name": "3dgraph",
  "version": "1.1.0",    
  "description": "React component, 3D visualization of a graph.",
  "main": "react-graph.js", 
  "types": "react-graph.d.ts",    
  "repository": { 
    "type": "git",  
    "url": "https://github.com/strashkevich/3dgraph.git"
  },
  "keywords": [
    "visualization",
    "graph", 
    "3d"
  ],
  "author": "Anatoly Strashkevich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strashkevich/3dgraph/issues"
  },
  "homepage": "https://github.com/strashkevich/3dgraph",
  "dependencies": { 
    "ramda": "^0.24.1",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "rxjs": "^5.4.2",
    "three": "^0.86.0",
    "three-orbitcontrols-ts": "^0.1.2"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "html-webpack-plugin": "^2.29.0",
    "mocha": "^3.4.2",
    "awesome-typescript-loader": "^3.2.1",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "chai-enzyme": "^0.8.0",
    "cheerio": "^0.19.0",
    "css-loader": "^0.28.4",
    "enzyme": "^2.9.1",
    "html-webpack-plugin": "^2.29.0",
    "imports-loader": "^0.7.1",
    "react-test-renderer": "^15.6.1",
    "style-loader": "^0.18.2",
    "typescript": "^2.4.1",
    "webpack": "^3.1.0"
  }
}
 