Repository URL to install this package:
|
Version:
0.1.4 ▾
|
@fbinhouse/verdaccio-link
/
package.json
|
|---|
{
"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"
}
}