]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/js/vendor/recorderjs/bower.json
Adds new design.
[rbdr/r.bdr.sh] / jekyll / js / vendor / recorderjs / bower.json
1 {
2 "name": "recorderjs",
3 "version": "0.0.0",
4 "homepage": "https://github.com/faradayio/Recorderjs",
5 "authors": [
6 "Tristan Davies <github@tristan.io>"
7 ],
8 "description": "A plugin for recording/exporting the output of Web Audio API nodes",
9 "main": "recorder.js",
10 "moduleType": [
11 "globals"
12 ],
13 "license": "MIT",
14 "ignore": [
15 "**/.*",
16 "node_modules",
17 "bower_components",
18 "test",
19 "tests"
20 ]
21 }