UNPKG

829 BJSONView Raw
1{
2 "name": "nugget",
3 "version": "1.4.1",
4 "description": "minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory",
5 "main": "index.js",
6 "bin": {
7 "nugget": "bin.js"
8 },
9 "scripts": {
10 "test": "tape test/*.js"
11 },
12 "author": "max ogden",
13 "license": "BSD",
14 "dependencies": {
15 "minimist": "^1.1.0",
16 "pretty-bytes": "^1.0.2",
17 "progress-stream": "^0.5.0",
18 "request": "^2.45.0",
19 "single-line-log": "^0.4.1",
20 "throttleit": "0.0.2"
21 },
22 "devDependencies": {
23 "tape": "^3.0.1"
24 },
25 "directories": {
26 "test": "test"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/maxogden/nugget.git"
31 },
32 "bugs": {
33 "url": "https://github.com/maxogden/nugget/issues"
34 },
35 "homepage": "https://github.com/maxogden/nugget"
36}