Made it run...

This commit is contained in:
Brian Peacock 2014-05-06 14:01:13 -05:00
parent 9e51798295
commit 0395d958cf
2 changed files with 71 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

71
package.yaml Normal file
View File

@ -0,0 +1,71 @@
# use "yapm install ." if you're installing this from git repository
name: sinopia
version: 0.8.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.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'
optionalDependencies:
fs-ext: '>= 0.3.2'
devDependencies:
rimraf: '>= 2.2.5'
mocha: '>= 1.17.0'
# linting tools
eslint: '>= 0.4.2'
# for debugging memory leaks, it'll be require()'d if
# installed, but I don't want it to be installed everytime
#heapdump: '*'
keywords:
- private
- package
- repository
- registry
- modules
- proxy
- server
scripts:
test: mocha ./test/functional ./test/unit
lint: eslint -c ./.eslint.yaml ./lib
# 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/