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

26 lines
343 B
YAML
Raw Normal View History

2013-05-29 00:10:57 -05:00
2013-06-07 20:16:28 -05:00
name: sinopia
2013-06-09 04:53:11 -05:00
version: 0.1.0
2013-05-29 00:10:57 -05:00
description: Private npm repository server
author:
name: Alex Kocharin
email: alex@kocharin.ru
main: index.js
bin:
2013-06-07 20:16:28 -05:00
sinopia: ./bin/sinopia
2013-05-31 01:26:11 -05:00
2013-05-29 00:10:57 -05:00
dependencies:
2013-05-31 01:26:11 -05:00
express: '>= 3.2.5'
commander: '>= 1.1.1'
js-yaml: '>= 2.0.5'
cookies: '>= 0.3.6'
2013-06-07 20:16:28 -05:00
async: '*'
semver: '*'
2013-05-31 01:26:11 -05:00
2013-05-29 00:10:57 -05:00
preferGlobal: true
license: BSD