]>
Commit | Line | Data |
---|---|---|
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 | } |