{
  "name": "akko",
  "version": "0.1.0",
  "description": "Music visualising framework based on WebGL and Web Audio API.",
  "main": "index.js",
  "scripts": {
    "build": "webpack && MINIFY=true webpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint .",
    "watch": "webpack --watch",
    "examples": "http-server -c-1",
    "precommit": "npm run build && git add ./dist/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TimboKZ/Akko.git"
  },
  "keywords": [
    "music",
    "webaudio",
    "visualizing",
    "visualizer",
    "browser",
    "canvas",
    "threejs",
    "audio",
    "akko"
  ],
  "author": {
    "name": "Timur Kuzhagaluyev",
    "email": "tim.kuzh@gmail.com",
    "url": "https://foxypanda.me/"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/TimboKZ/Akko/issues"
  },
  "homepage": "https://github.com/TimboKZ/Akko#readme",
  "dependencies": {
    "bluebird": "^3.5.0",
    "element-resize-event": "^2.0.9",
    "preact": "^8.2.1",
    "three": "^0.86.0"
  },
  "devDependencies": {
    "@types/three": "^0.84.19",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.6.0",
    "css-loader": "^0.28.4",
    "eslint": "^4.5.0",
    "extract-text-webpack-plugin": "^3.0.0",
    "http-server": "^0.10.0",
    "husky": "^0.14.3",
    "nightmare": "^2.10.0",
    "node-sass": "^4.5.3",
    "sass-loader": "^6.0.6",
    "uglifyjs-webpack-plugin": "^0.4.6",
    "webpack": "^3.5.5",
    "whatwg-fetch": "^2.0.3"
  }
}
