From 3782bb39459ff1afba31f1496a51609ff86d5e7c Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Wed, 29 May 2013 09:10:57 +0400 Subject: [PATCH] package.json -> package.yaml --- .gitignore | 1 + package.yaml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 package.yaml diff --git a/.gitignore b/.gitignore index 3c3629e64..82259fe76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +package.json diff --git a/package.yaml b/package.yaml new file mode 100644 index 000000000..33687c03e --- /dev/null +++ b/package.yaml @@ -0,0 +1,21 @@ + +name: npmrepod +version: 0.0.1 +description: Private npm repository server + +author: + name: Alex Kocharin + email: alex@kocharin.ru + +main: index.js + +bin: + npmrepod: ./bin/npmrepod + +dependencies: + express: '*' + commander: '*' + +preferGlobal: true +license: BSD +