-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 782 Bytes
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
{
"name": "flac-substream",
"version": "0.1.7",
"description": "NodeJS module for streaming subsections of FLAC files",
"main": "index.js",
"scripts": {
"test": "node test/tests | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lammas/flac-substream.git"
},
"keywords": [
"flac",
"stream"
],
"author": "lammas",
"license": "MIT",
"bugs": {
"url": "https://github.com/lammas/flac-substream/issues"
},
"homepage": "https://github.com/lammas/flac-substream#readme",
"devDependencies": {
"dev-null": "^0.1.1",
"tap-spec": "^5.0.0",
"tape": "^4.6.2",
"trim": ">=0.0.3",
"path-parse": ">=1.0.7"
},
"dependencies": {
"bin-format": "^1.4.1",
"flac-seektable": "^0.2.1"
}
}