-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 894 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 894 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
35
36
37
38
39
40
41
42
43
{
"name": "fs-slice",
"version": "2.0.0",
"description": "slice file or join files or avg slice file.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/ava -v ./test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunilWang/node-fs-slice.git"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"slice",
"file",
"merge",
"join",
"join files",
"merge files",
"fs",
"block",
"together",
"avg",
"avg slice"
],
"author": "Sunil Wang <ahwangshu@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SunilWang/node-fs-slice/issues"
},
"homepage": "https://github.com/SunilWang/node-fs-slice#readme",
"dependencies": {
"async": "^2.4.0",
"fd-slicer": "^1.0.1",
"lodash.assign": "^4.2.0"
},
"devDependencies": {
"ava": "^0.25.0"
}
}