-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 793 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 793 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
{
"name": "nrd",
"version": "1.1.3",
"description": "Download directly from the npm registry without using npm",
"main": "index.js",
"scripts": {},
"bin": {
"nrd": "bin/nrd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austinkelleher/nrd.git"
},
"keywords": [
"npm",
"registry",
"download",
"tarball",
"nerd",
"nrd"
],
"author": "Austin Kelleher, a@alk.im",
"license": "MIT",
"bugs": {
"url": "https://github.com/austinkelleher/nrd/issues"
},
"homepage": "https://github.com/austinkelleher/nrd#readme",
"devDependencies": {
"eslint-config-semistandard": "^7.0.0",
"standard": "^8.6.0"
},
"dependencies": {
"argly": "^1.1.1",
"superagent": "^3.4.1",
"tar.gz2": "^1.0.0"
}
}