{
  "name": "@generative-music/visualizer",
  "version": "2.3.5",
  "description": "Simple canvas visualization used for Generative.fm",
  "main": "dist/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack-cli",
    "preversion": "npm run build",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/generative-music/visualizer.git"
  },
  "author": "Alex Bainter <alexbainter+github@gmail.com> (http://alexbainter.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/generative-music/visualizer/issues"
  },
  "homepage": "https://github.com/generative-music/visualizer#readme",
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.6",
    "eslint": "^5.16.0",
    "eslint-config-metalex9": "^0.3.0",
    "eslint-plugin-react": "^7.13.0",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0"
  },
  "dependencies": {
    "color-convert": "^2.0.0",
    "nice-color-palettes": "^2.0.0",
    "prop-types": "^15.7.2"
  },
  "optionalDependencies": {
    "react": "^16.8.6"
  }
}
