forked from xdissent/node-pcm-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lbmrn-pcm-utils",
"description": "PCM audio utilities for Node.js",
"keywords": [
"audio",
"sound",
"pcm"
],
"version": "0.0.3",
"author": "Greg Thornton <[email protected]> (http://xdissent.com)",
"contributors": [
"Charles Phillips <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/livebassmusicrightnow/node-pcm-utils",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/livebassmusicrightnow/node-pcm-utils.git"
},
"keywords": [
"pcm",
"audio",
"stream",
"streaming",
"streams",
"bass",
"music"
],
"bugs": {
"url": "https://github.com/livebassmusicrightnow/node-pcm-utils/issues"
},
"dependencies": {},
"devDependencies": {
"coffee-script": ">= 1.6.2"
},
"scripts": {
"prepublish": "coffee -cbo lib src"
}
}