{
  "name": "molecule-2d-for-react",
  "version": "0.2.3",
  "description": "2D molecule visualization using React and D3",
  "main": "dist/bundle.js",
  "keywords": [
    "molecule",
    "chemical",
    "react",
    "visualization",
    "d3",
    "2d"
  ],
  "dependencies": {
    "d3": "^4.1.1",
    "react": "^15.3.2",
    "react-dom": "^15.3.2"
  },
  "devDependencies": {
    "babel-core": "^6.7.7",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.4",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-es2016": "^6.16.0",
    "babel-preset-es2017": "^6.16.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-2": "^6.17.0",
    "chai": "^3.5.0",
    "css-loader": "^0.25.0",
    "eslint": "^3.5.0",
    "eslint-config-airbnb": "^11.1.0",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-import": "^1.15.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.4.1",
    "inline-environment-variables-webpack-plugin": "^1.1.0",
    "karma": "^0.13.22",
    "karma-mocha": "^0.2.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.4.5",
    "nightwatch": "^0.9.8",
    "node-sass": "^3.9.3",
    "phantomjs-prebuilt": "^2.1.7",
    "sass-loader": "^4.0.2",
    "selenium-download": "^2.0.6",
    "sinon": "^2.0.0-pre.2",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.14.1"
  },
  "scripts": {
    "test": "karma start --single-run",
    "tdd": "karma start",
    "setup-selenium": "node scripts/download_selenium.js",
    "e2e": "./node_modules/nightwatch/bin/nightwatch",
    "build": "webpack -p --config webpack.config.js",
    "watch": "webpack --config webpack.config.js --watch",
    "example": "NODE_ENV=DEVELOPMENT webpack-dev-server --content-base example/ --config example/webpack.config.js --progress --colors",
    "prepublish": "npm run build"
  },
  "author": "Autodesk Bio/Nano",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Autodesk/molecule-2d-for-react.git"
  }
}
