Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@fbinhouse/verdaccio-link / package.json
Size: Mime:
{
  "name": "@fbinhouse/verdaccio-link",
  "version": "0.1.4",
  "description": "A small wrapper that allows a local verdaccio server to emulate the behavior of npm-link",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "verdaccio-link": "./index.js"
  },
  "author": "Max Bolotin",
  "license": "ISC",
  "dependencies": {
    "commander": "^3.0.1"
  }
}