forked from andreicioban/file-concat-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 731 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 731 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
{
"name": "file-concat-stream",
"version": "0.1.2",
"description": "Concat files without running out of memory",
"repository": {
"type": "git",
"url": "git+https://github.com/andreicioban/file-concat-stream.git"
},
"author": "Andrei Cioban (https://github.com/andreicioban)",
"main": "./lib/concat.js",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter spec -- test/*.spec.js",
"release": "np"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"istanbul": "*",
"mocha": "*",
"np": "^2.13.1"
},
"engines": {
"node": ">=0.12"
},
"keywords": [
"concat",
"files",
"big-files",
"stream"
],
"license": "MIT"
}