{
  "name": "audio-lab",
  "version": "1.3.0",
  "description": "Audio lab",
  "main": "index.js",
  "scripts": {
    "watch": "watchify -t babelify -r ./index:audio-lab -d -o test/bundle.js",
    "build": "npm run build-js && npm run build-css",
    "build-js": "browserify -t babelify -r ./index:audio-lab | uglifyjs -c -- > test/bundle.js",
    "build-css": "postcss -u postcss-import -u autoprefixer -u cssnano index.css -o test/index.css "
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dfcreative/audio-lab"
  },
  "keywords": [
    "audio",
    "lab"
  ],
  "author": "Deema Ywanov <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfcreative/audio-lab/issues"
  },
  "homepage": "https://github.com/dfcreative/audio-lab",
  "dependencies": {
    "audio-context": "^0.1.0",
    "audio-stats": "^1.1.5",
    "autosize": "^3.0.6",
    "caret-position2": "^1.0.2",
    "codemirror": "^5.5.0",
    "define-state": "^1.1.0",
    "dialog-component": "^0.4.4",
    "domify": "^1.3.3",
    "draggy": "^1.3.3",
    "dragon-names": "^1.3.0",
    "emmy": "^5.2.8",
    "fnbody": "0.0.1",
    "get-uid": "^1.0.1",
    "getusermedia": "^1.3.1",
    "global": "^4.3.0",
    "has-dom": "^1.0.0",
    "inherits": "^2.0.1",
    "is-function": "^1.0.1",
    "json3": "^3.3.2",
    "ldt": "^1.0.3",
    "mucss": "^1.0.0",
    "mustring": "0.0.5",
    "mutype": "^0.3.9",
    "overlay-component": "^0.3.5",
    "piano-key": "^1.0.1",
    "popoff": "^1.0.2",
    "queried": "^1.4.1",
    "resizable": "^1.0.4",
    "st8": "^1.1.0",
    "web-midi": "^0.6.0",
    "webaudio": "^2.0.0",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "autoprefixer": "^5.2.0",
    "babelify": "^6.1.2",
    "postcss": "^4.1.13",
    "postcss-cli": "^1.3.1",
    "postcss-import": "^6.0.0",
    "uglify-js": "^2.4.23"
  }
}
