0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/package.yaml

22 lines
265 B
YAML
Raw Normal View History

2013-05-29 00:10:57 -05:00
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