mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"name": "npmrepod",
|
|
"version": "0.0.0",
|
|
"description": "Private npm repository server",
|
|
"author": {
|
|
"name": "Alex Kocharin",
|
|
"email": "alex@kocharin.ru"
|
|
},
|
|
"main": "index.js",
|
|
"bin": {
|
|
"npmrepod": "./bin/npmrepod"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"commander": "*"
|
|
},
|
|
"preferGlobal": true,
|
|
"license": "BSD"
|
|
}
|