Skip to content

Commit d274c28

Browse files
committed
New owner.
1 parent a224c87 commit d274c28

File tree

3 files changed

+2586
-86
lines changed

3 files changed

+2586
-86
lines changed

README.md

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ CLI tool for managing HTTP Basic Authentication password file.
44

55
Basically, this is a Node.js implementation of Apache's [`htpasswd`](https://httpd.apache.org/docs/2.4/programs/htpasswd.html) utility.
66

7-
[![build](https://github.com/http-auth/htpasswd/workflows/build/badge.svg)](https://github.com/http-auth/htpasswd/actions?query=workflow%3Abuild)
7+
[![build](https://github.com/gevorg/htpasswd/workflows/build/badge.svg)](https://github.com/gevorg/htpasswd/actions/workflows/build.yml)
88

99
## Installation
1010

1111
Via git (or downloaded tarball):
1212

1313
```bash
14-
$ git clone git://github.com/http-auth/htpasswd.git
14+
$ git clone git://github.com/gevorg/htpasswd.git
1515
```
1616
Via [npm](http://npmjs.org/):
1717

@@ -51,42 +51,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package
5151
$ npm test
5252
```
5353

54-
## Issues
55-
56-
You can find list of issues using **[this link](http://github.com/http-auth/htpasswd/issues)**.
57-
58-
## Requirements
59-
60-
- **[Node.js](http://nodejs.org)** - Event-driven I/O server-side JavaScript environment based on V8.
61-
- **[npm](http://npmjs.org)** - Package manager. Installs, publishes and manages node programs.
62-
63-
## Dependencies
64-
65-
- **[commander](https://github.com/visionmedia/commander.js/)** - node.js command-line interfaces made easy.
66-
- **[prompt](https://github.com/flatiron/prompt)** - a beautiful command-line prompt for node.js.
67-
- **[apache-md5](https://github.com/http-auth/apache-md5)** - Node.js module for Apache style password encryption using md5.
68-
- **[apache-crypt](https://github.com/http-auth/apache-crypt)** - Node.js module for Apache style password encryption using crypt(3).
69-
- **[bcrypt.js](https://github.com/dcodeIO/bcrypt.js)** - Optimized bcrypt in plain JavaScript with zero dependencies.
70-
7154
## License
7255

73-
The MIT License (MIT)
74-
75-
Copyright (c) Gevorg Harutyunyan
76-
77-
Permission is hereby granted, free of charge, to any person obtaining a copy of
78-
this software and associated documentation files (the "Software"), to deal in
79-
the Software without restriction, including without limitation the rights to
80-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
81-
the Software, and to permit persons to whom the Software is furnished to do so,
82-
subject to the following conditions:
83-
84-
The above copyright notice and this permission notice shall be included in all
85-
copies or substantial portions of the Software.
86-
87-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
89-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
90-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
91-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
92-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56+
The MIT License (MIT)

0 commit comments

Comments
 (0)