-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 932 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
{
"name": "async_utils",
"version": "0.0.18",
"description": "Request, child process, FTP, and ZIP wrappers.",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:assaydepot/async_utils.git"
},
"keywords": [
"Async",
"Workflow"
],
"author": "Ron Ranauro",
"license": "MIT",
"bugs": {
"url": "[email protected]:assaydepot/async_utils/issues"
},
"homepage": "[email protected]:assaydepot/async_utils#readme",
"dependencies": {
"async": "1.x",
"byline": "^5.0.0",
"fs": "0.0.1-security",
"ftp": "^0.3.10",
"jszip": "^3.1.5",
"node-stream-zip": "^1.15.0",
"objtree": "https://github.com/assaydepot/ObjTree.git",
"request": "^2.60.x",
"toolbelt": "https://github.com/assaydepot/toolbelt.git",
"underscore": "^1.4.4",
"wget": "0.0.1"
},
"devDependencies": {
"mocha": "^6.1.4"
},
"scripts": {
"test": "mocha"
}
}