mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
54 lines
819 B
YAML
54 lines
819 B
YAML
# use "yapm install ." if you're installing this from git repository
|
|
|
|
name: sinopia
|
|
version: 0.4.3
|
|
description: Private npm repository server
|
|
|
|
author:
|
|
name: Alex Kocharin
|
|
email: alex@kocharin.ru
|
|
|
|
repository:
|
|
type: git
|
|
url: git://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: '*'
|
|
|
|
devDependencies:
|
|
rimraf: '*'
|
|
mocha: '*'
|
|
|
|
keywords:
|
|
- private
|
|
- package
|
|
- repository
|
|
- registry
|
|
- modules
|
|
- proxy
|
|
- server
|
|
|
|
scripts:
|
|
test: ./test/start.sh
|
|
|
|
# we depend on streams2 stuff
|
|
# it can be replaced with isaacs/readable-stream, ask if you need to use 0.8
|
|
engines:
|
|
node: '>=0.10'
|
|
|
|
preferGlobal: true
|
|
license: BSD
|
|
|