-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 983 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
{
"name": "paced-work-stream",
"version": "1.0.3",
"description": "Node.js stream working at constant pace and concurrent",
"main": "lib/main.js",
"scripts": {
"test": "mocha",
"coverage": "./node_modules/.bin/istanbul cover _mocha -r test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tilfin/paced-work-stream.git"
},
"keywords": [
"pace",
"work",
"process",
"stream",
"concurrent",
"constant"
],
"author": "Toshimitsu Takahashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/tilfin/paced-work-stream/issues"
},
"homepage": "https://github.com/tilfin/paced-work-stream#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.3",
"dev-null": "^0.1.1",
"event-stream": "=3.3.4",
"istanbul": "*",
"mocha": "^5.0.5",
"mocha-lcov-reporter": "^1.3.0",
"promised-lifestream": "^0.5.0"
},
"engines": {
"node": ">=6"
}
}