-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 766 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 766 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
35
36
37
38
{
"name": "switchstream",
"version": "1.0.0",
"description": "Dynamically update a stream's output destination.",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"author": "Tim Oxley",
"license": "MIT",
"dependencies": {
"through2": "~0.6.3",
"duplexer2": "0.0.2",
"readable-stream": "~1.1.9"
},
"devDependencies": {
"from": "~0.1.3",
"tape": "~3.0.0",
"split": "~0.3.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/timoxley/switchstream.git"
},
"keywords": [
"switch",
"stream",
"toggle",
"select"
],
"bugs": {
"url": "https://github.com/timoxley/switchstream/issues"
}
}