2013-05-29 07:10:57 +02:00
|
|
|
|
2013-06-08 03:16:28 +02:00
|
|
|
name: sinopia
|
2013-06-14 11:05:15 +02:00
|
|
|
version: 0.1.1
|
2013-05-29 07:10:57 +02:00
|
|
|
description: Private npm repository server
|
|
|
|
|
|
|
|
author:
|
|
|
|
name: Alex Kocharin
|
|
|
|
email: alex@kocharin.ru
|
2013-06-14 11:08:29 +02:00
|
|
|
|
|
|
|
repository:
|
|
|
|
type: git
|
|
|
|
url: https://github.com/rlidwka/sinopia
|
2013-05-29 07:10:57 +02:00
|
|
|
|
|
|
|
main: index.js
|
|
|
|
|
|
|
|
bin:
|
2013-06-08 03:16:28 +02:00
|
|
|
sinopia: ./bin/sinopia
|
2013-05-31 08:26:11 +02:00
|
|
|
|
2013-05-29 07:10:57 +02:00
|
|
|
dependencies:
|
2013-05-31 08:26:11 +02:00
|
|
|
express: '>= 3.2.5'
|
|
|
|
commander: '>= 1.1.1'
|
|
|
|
js-yaml: '>= 2.0.5'
|
|
|
|
cookies: '>= 0.3.6'
|
2013-06-09 12:11:11 +02:00
|
|
|
request: '*'
|
2013-06-08 03:16:28 +02:00
|
|
|
async: '*'
|
|
|
|
semver: '*'
|
2013-06-14 11:27:08 +02:00
|
|
|
minimatch: '*'
|
2013-05-31 08:26:11 +02:00
|
|
|
|
2013-06-14 11:08:29 +02:00
|
|
|
keywords: # TODO
|
|
|
|
- private
|
|
|
|
- repository
|
|
|
|
- registry
|
|
|
|
|
2013-05-29 07:10:57 +02:00
|
|
|
preferGlobal: true
|
|
|
|
license: BSD
|
|
|
|
|