forked from EvanOxfeld/match-stream
-
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) · 746 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 746 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": "match-stream",
"version": "0.0.2",
"description": "Match a pattern within a stream",
"main": "match.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"buffers": "~0.1.1",
"readable-stream": "~1.0.0"
},
"devDependencies": {
"tap": "~0.4.0",
"stream-buffers": "~0.2.4"
},
"scripts": {
"test": "./node_modules/.bin/tap ./test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EvanOxfeld/match-stream.git"
},
"keywords": [
"match",
"stream",
"split"
],
"author": "Evan Oxfeld <eoxfeld@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "665dabbb0a3593310012eb041fc07395db632a20"
}