switch-registry
Version:
Utility for making npm registry switch easy
40 lines (39 loc) • 852 B
JSON
{
"name": "switch-registry",
"version": "1.2.0",
"description": "Utility for making npm registry switch easy",
"main": "index.js",
"bin": {
"switch-registry": "./bin/switch.js",
"npmrs": "./bin/switch.js"
},
"scripts": {
"test": "jshint index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/GeekAb/switch-registry.git"
},
"keywords": [
"npm",
"npm-registry",
"registry",
"switch",
"npmrc",
"config"
],
"author": "Abhishek Srivastava <nit.abhi85@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeekAb/switch-registry/issues"
},
"homepage": "https://github.com/GeekAb/switch-registry#readme",
"preferGlobal": true,
"dependencies": {
"npm": "^6.14.10",
"rc": "^1.2.8"
},
"devDependencies": {
"jshint": "^2.12.0"
}
}