-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 982 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
41
42
43
{
"name": "pipe-validation-stream",
"version": "1.0.10",
"description": "Easily validate streamed data using pipe",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kasher/pipe-validation-stream.git"
},
"keywords": [
"validation",
"stream",
"validation stream",
"true type stream",
"transform",
"transform stream",
"pipe stream",
"pipe",
"pipe validation"
],
"author": "Roee Kasher <roee91@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/Kasher/pipe-validation-stream/issues"
},
"homepage": "https://github.com/Kasher/pipe-validation-stream#readme",
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"mocha": "3.1.2"
},
"dependencies": {
"bluebird": "3.4.6"
}
}