mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
21 lines
265 B
YAML
21 lines
265 B
YAML
|
|
name: npmrepod
|
|
version: 0.0.1
|
|
description: Private npm repository server
|
|
|
|
author:
|
|
name: Alex Kocharin
|
|
email: alex@kocharin.ru
|
|
|
|
main: index.js
|
|
|
|
bin:
|
|
npmrepod: ./bin/npmrepod
|
|
|
|
dependencies:
|
|
express: '*'
|
|
commander: '*'
|
|
|
|
preferGlobal: true
|
|
license: BSD
|
|
|