{ "name": "attractor", "version": "1.0.0", "description": "![image](https://user-images.githubusercontent.com/4352208/65392349-4419d800-dd74-11e9-8dad-d84e21da09e3.png)", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/julianrubisch/attractor.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/julianrubisch/attractor/issues" }, "homepage": "https://github.com/julianrubisch/attractor#readme", "devDependencies": { "@babel/core": "^7.6.2", "@babel/preset-env": "^7.6.2", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "d3": "^5.12.0", "d3-regression": "^1.2.4", "terser-webpack-plugin": "^2.1.0", "webpack": "^4.41.0", "webpack-cli": "^3.3.9" } }