]>
Commit | Line | Data |
---|---|---|
ea3786d9 BB |
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 | "_release": "0.0.0", | |
22 | "_resolution": { | |
23 | "type": "version", | |
24 | "tag": "v0.0.0", | |
25 | "commit": "a60e4a740673ee86d1e1ed67b820511136937058" | |
26 | }, | |
27 | "_source": "git://github.com/faradayio/Recorderjs.git", | |
28 | "_target": "~0.0.0", | |
29 | "_originalSource": "recorderjs", | |
30 | "_direct": true | |
31 | } |