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
|
2013-12-21 07:31:25 -05:00
|
|
|
version: 0.5.8
|
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:
|
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-09 05:11:11 -05:00
|
|
|
request: '*'
|
2013-06-07 20:16:28 -05:00
|
|
|
async: '*'
|
2013-12-11 16:54:36 -05:00
|
|
|
semver: '>= 2.0.5' # compareLoose
|
2013-06-14 04:27:08 -05:00
|
|
|
minimatch: '*'
|
2013-10-11 00:32:59 -05:00
|
|
|
bunyan: '>= 0.16.4'
|
2013-10-22 00:10:25 -05:00
|
|
|
fs-ext: '*'
|
2013-05-31 01:26:11 -05:00
|
|
|
|
2013-09-27 01:16:46 -05:00
|
|
|
devDependencies:
|
|
|
|
rimraf: '*'
|
|
|
|
mocha: '*'
|
|
|
|
|
2013-12-22 19:14:57 -05:00
|
|
|
# linting tools
|
|
|
|
eslint: '*'
|
|
|
|
#eslint-stylish: '*'
|
|
|
|
|
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
|
2013-12-22 19:14:57 -05:00
|
|
|
lint: eslint -c ./.eslint.js ./lib
|
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
|
|
|
|
|
|
|
# http://www.wtfpl.net/txt/copying/
|
2013-10-26 10:52:24 -05:00
|
|
|
license: WTFPL
|
2013-05-29 00:10:57 -05:00
|
|
|
|