mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
23 lines
319 B
YAML
23 lines
319 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: '>= 3.2.5'
|
|
commander: '>= 1.1.1'
|
|
js-yaml: '>= 2.0.5'
|
|
cookies: '>= 0.3.6'
|
|
|
|
preferGlobal: true
|
|
license: BSD
|
|
|