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:
parent
b7bd0c2302
commit
3782bb3945
2 changed files with 22 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
package.json
|
||||||
|
|
21
package.yaml
Normal file
21
package.yaml
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue