0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/package.yaml

91 lines
1.8 KiB
YAML
Raw Normal View History

2013-09-28 08:55:19 -05:00
# use "yapm install ." if you're installing this from git repository
2013-05-29 00:10:57 -05:00
2013-06-07 20:16:28 -05:00
name: sinopia
2014-07-26 08:23:41 -05:00
version: 0.9.0
2013-05-29 00:10:57 -05:00
description: Private npm repository server
author:
name: Alex Kocharin
email: alex@kocharin.ru
2013-06-14 04:08:29 -05:00
repository:
type: git
2013-09-28 08:55:19 -05:00
url: git://github.com/rlidwka/sinopia
2013-05-29 00:10:57 -05:00
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:
express: '>= 3.4.7 < 4.0.0-0'
2014-01-13 13:02:08 -05:00
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'
2014-05-12 10:42:04 -05:00
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'
unopinionate: '0.0.4'
2013-05-31 01:26:11 -05:00
2014-03-30 23:32:11 -05:00
optionalDependencies:
fs-ext: '>= 0.3.2'
2014-07-22 16:45:28 -05:00
crypt3: '*'
2014-03-30 23:32:11 -05:00
2013-09-27 01:16:46 -05:00
devDependencies:
2014-01-13 13:02:08 -05:00
rimraf: '>= 2.2.5'
mocha: '>= 1.17.0'
2013-09-27 01:16:46 -05:00
2013-12-22 19:14:57 -05:00
# linting tools
2014-07-22 16:45:28 -05:00
eslint: '~ 0.6.0'
2013-12-22 19:14:57 -05:00
# for debugging memory leaks, it'll be require()'d if
# installed, but I don't want it to be installed everytime
#heapdump: '*'
2014-05-12 10:42:04 -05:00
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'
2013-09-26 19:19:16 -05:00
keywords:
2013-06-14 04:08:29 -05:00
- private
2013-09-26 19:19:16 -05:00
- package
2013-06-14 04:08:29 -05:00
- repository
- registry
2013-09-26 19:19:16 -05:00
- modules
- proxy
- server
2013-06-14 04:08:29 -05:00
2013-09-27 01:16:46 -05:00
scripts:
2013-12-19 10:11:54 -05:00
test: mocha ./test/functional ./test/unit
2014-02-06 15:56:46 -05:00
lint: eslint -c ./.eslint.yaml ./lib
2014-07-22 16:45:28 -05:00
#prepublish: js-yaml package.yaml > package.json
2013-09-27 01:16:46 -05:00
2013-09-27 03:54:16 -05: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 11:59:18 -05:00
node: '>=0.10'
2013-09-27 03:54:16 -05:00
2013-05-29 00:10:57 -05:00
preferGlobal: true
2013-12-22 19:14:57 -05:00
2014-03-31 19:19:52 -05:00
publishConfig:
registry: https://registry.npmjs.org/
license:
type: WTFPL
url: http://www.wtfpl.net/txt/copying/