Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
556 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "mute-stream",
|
---|
3 | "version": "0.0.8",
|
---|
4 | "main": "mute.js",
|
---|
5 | "directories": {
|
---|
6 | "test": "test"
|
---|
7 | },
|
---|
8 | "devDependencies": {
|
---|
9 | "tap": "^12.1.1"
|
---|
10 | },
|
---|
11 | "scripts": {
|
---|
12 | "test": "tap test/*.js --cov"
|
---|
13 | },
|
---|
14 | "repository": {
|
---|
15 | "type": "git",
|
---|
16 | "url": "git://github.com/isaacs/mute-stream"
|
---|
17 | },
|
---|
18 | "keywords": [
|
---|
19 | "mute",
|
---|
20 | "stream",
|
---|
21 | "pipe"
|
---|
22 | ],
|
---|
23 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
24 | "license": "ISC",
|
---|
25 | "description": "Bytes go in, but they don't come out (when muted).",
|
---|
26 | "files": [
|
---|
27 | "mute.js"
|
---|
28 | ]
|
---|
29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.