# use "yapm install ." if you're installing this from git repository name: sinopia version: 0.4.1 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