forked from gotenxds/NpmPackageDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 872 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
{
"name": "npm-package-downloader",
"version": "0.1.6",
"description": "",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"npmDownload": "bin/npmDownload.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gotenxds/NpmPackageDownloader.git"
},
"author": "David limkys",
"license": "ISC",
"bugs": {
"url": "https://github.com/gotenxds/NpmPackageDownloader/issues"
},
"homepage": "https://github.com/gotenxds/NpmPackageDownloader",
"dependencies": {
"bluebird": "^2.10.2",
"commander": "^2.9.0",
"download": "^4.3.1",
"download-status": "^2.2.1",
"got": "^5.0.0",
"lodash": "^3.10.1",
"node-7z": "^0.3.0",
"semver": "^5.0.3",
"valid-url": "^1.0.9",
"winston": "^1.1.1"
}
}