1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/package.yaml
Alex Kocharin d4ddf4a3e3 0.3.2
2013-07-12 23:52:18 +04:00

38 lines
516 B
YAML

name: sinopia
version: 0.3.2
description: Private npm repository server
author:
name: Alex Kocharin
email: alex@kocharin.ru
repository:
type: git
url: https://github.com/rlidwka/sinopia
main: index.js
bin:
sinopia: ./bin/sinopia
dependencies:
express: '>= 3.2.5'
commander: '>= 1.1.1'
js-yaml: '>= 2.0.5'
cookies: '>= 0.3.6'
request: '*'
async: '*'
semver: '*'
minimatch: '*'
through: '*'
keywords: # TODO
- private
- repository
- registry
preferGlobal: true
license: BSD