0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/package.yaml

56 lines
857 B
YAML
Raw Normal View History

2013-09-28 17:55:19 +04:00
# use "yapm install ." if you're installing this from git repository
2013-05-29 09:10:57 +04:00
2013-06-08 05:16:28 +04:00
name: sinopia
2013-11-24 21:19:02 +04:00
version: 0.5.3
2013-05-29 09:10:57 +04:00
description: Private npm repository server
author:
name: Alex Kocharin
email: alex@kocharin.ru
2013-06-14 13:08:29 +04:00
repository:
type: git
2013-09-28 17:55:19 +04:00
url: git://github.com/rlidwka/sinopia
2013-05-29 09:10:57 +04:00
main: index.js
bin:
2013-06-08 05:16:28 +04:00
sinopia: ./bin/sinopia
2013-05-31 10:26:11 +04:00
2013-05-29 09:10:57 +04:00
dependencies:
2013-05-31 10:26:11 +04:00
express: '>= 3.2.5'
commander: '>= 1.1.1'
js-yaml: '>= 2.0.5'
cookies: '>= 0.3.6'
2013-06-09 14:11:11 +04:00
request: '*'
2013-06-08 05:16:28 +04:00
async: '*'
semver: '*'
2013-06-14 13:27:08 +04:00
minimatch: '*'
bunyan: '>= 0.16.4'
fs-ext: '*'
2013-05-31 10:26:11 +04:00
2013-09-27 10:16:46 +04:00
devDependencies:
rimraf: '*'
mocha: '*'
2013-09-27 04:19:16 +04:00
keywords:
2013-06-14 13:08:29 +04:00
- private
2013-09-27 04:19:16 +04:00
- package
2013-06-14 13:08:29 +04:00
- repository
- registry
2013-09-27 04:19:16 +04:00
- modules
- proxy
- server
2013-06-14 13:08:29 +04:00
2013-09-27 10:16:46 +04:00
scripts:
test: ./test/start.sh
2013-09-27 12:54:16 +04:00
# we depend on streams2 stuff
# it can be replaced with isaacs/readable-stream, ask if you need to use 0.8
engines:
2013-09-28 20:59:18 +04:00
node: '>=0.10'
2013-09-27 12:54:16 +04:00
2013-05-29 09:10:57 +04:00
preferGlobal: true
license: WTFPL
2013-05-29 09:10:57 +04:00