{
  "name": "clubber",
  "version": "1.7.1",
  "description": "Application of music theory in audio reactive visualizations",
  "main": "./index.js",
  "local-web-server": {
    "port": 8100,
    "forbid": "*.json"
  },
  "scripts": {
    "dist": "webpack index.js dist/clubber.js && uglifyjs dist/clubber.js -o dist/clubber.min.js --source-map dist/clubber.min.js.map",
    "server":"ws --https"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wizgrav/clubber.git"
  },
  "keywords": [
    "dancer",
    "clubber",
    "music",
    "notes",
    "octave",
    "audio",
    "analysis",
    "kick",
    "bass",
    "midi",
    "key",
    "note",
    "webgl",
    "vector",
    "shader",
    "analyzer",
    "analyser",
    "rhythm",
    "reactive",
    "visualisation"
  ],
  "author": "Yannis Gravezas <wizgrav@gmail.com>",
  "contributors":[
    "Neri Barnini <neri.barnini@gmail.com>",
    "Fabien Motte <hello@fabienmotte.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wizgrav/clubber/issues"
  },
  "homepage": "https://github.com/wizgrav/clubber#readme",
  "devDependencies": {
    "webpack": "^1.13.0",
    "uglifyjs": "^2.4.10",
    "local-web-server": "^1.2.6"
  }
}