UNPKG

794 BJSONView Raw
1{
2 "name": "nrm",
3 "version": "1.0.2",
4 "description": "NPM registry manager can help you easy and fast switch between different npm registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm",
5 "bin": "./cli.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/Pana/nrm.git"
9 },
10 "scripts": {
11 "star": "npm star nrm"
12 },
13 "keywords": [
14 "NPM",
15 "registry"
16 ],
17 "author": "Pana",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/Pana/nrm/issues"
21 },
22 "homepage": "https://github.com/Pana/nrm",
23 "dependencies": {
24 "async": "^1.5.2",
25 "commander": "^2.9.0",
26 "extend": "^3.0.0",
27 "ini": "^1.1.0",
28 "node-echo": "^0.1.1",
29 "npm": "^3.10.3",
30 "only": "0.0.2",
31 "open": "0.0.5",
32 "request": "^2.72.0"
33 }
34}