mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
4f913f2468
Conflicts: lib/config.js lib/config_def.yaml lib/index.js lib/local-storage.js lib/storage.js package.json
92 lines
1.8 KiB
YAML
92 lines
1.8 KiB
YAML
# use "yapm install ." if you're installing this from git repository
|
|
|
|
name: sinopia
|
|
version: 0.9.0
|
|
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.4.7 < 4.0.0-0'
|
|
commander: '>= 2.1.0'
|
|
js-yaml: '>= 3.0.1'
|
|
cookies: '>= 0.3.8'
|
|
request: '>= 2.31.0'
|
|
async: '>= 0.2.9'
|
|
semver: '>= 2.2.1'
|
|
minimatch: '>= 0.2.14'
|
|
bunyan: '>= 0.22.1'
|
|
mkdirp: '>= 0.3.5'
|
|
handlebars: '1.x.x'
|
|
helpers.less: 'git://github.com/bpeacock/helpers.less.git'
|
|
highlight.js: '^8.0.0'
|
|
lunr: '^0.5.2'
|
|
marked: '^0.3.2'
|
|
onclick: '^0.1.0'
|
|
onscroll: '0.0.3'
|
|
tar.gz: '^0.1.1'
|
|
transition-complete: '0.0.2'
|
|
underscore: '^1.6.0'
|
|
unopinionate: '0.0.4'
|
|
|
|
optionalDependencies:
|
|
fs-ext: '>= 0.3.2'
|
|
crypt3: '*'
|
|
|
|
devDependencies:
|
|
rimraf: '>= 2.2.5'
|
|
mocha: '>= 1.17.0'
|
|
|
|
# linting tools
|
|
eslint: '~ 0.6.0'
|
|
|
|
# for debugging memory leaks, it'll be require()'d if
|
|
# installed, but I don't want it to be installed everytime
|
|
#heapdump: '*'
|
|
|
|
browserify: '^3.46.0'
|
|
browserify-handlebars: '~0.2.0'
|
|
grunt: '^0.4.4'
|
|
grunt-browserify: '^2.0.8'
|
|
grunt-contrib-less: '^0.11.0'
|
|
grunt-contrib-watch: '^0.6.1'
|
|
|
|
keywords:
|
|
- private
|
|
- package
|
|
- repository
|
|
- registry
|
|
- modules
|
|
- proxy
|
|
- server
|
|
|
|
scripts:
|
|
test: mocha ./test/functional ./test/unit
|
|
lint: eslint -c ./.eslint.yaml ./lib
|
|
#prepublish: js-yaml package.yaml > package.json
|
|
|
|
# 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
|
|
|
|
publishConfig:
|
|
registry: https://registry.npmjs.org/
|
|
|
|
license:
|
|
type: WTFPL
|
|
url: http://www.wtfpl.net/txt/copying/
|