0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

package.json -> package.yaml

This commit is contained in:
Alex Kocharin 2013-05-29 09:10:57 +04:00
parent b7bd0c2302
commit 3782bb3945
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
node_modules node_modules
package.json

21
package.yaml Normal file
View file

@ -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