Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
392 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "getpass",
|
---|
| 3 | "version": "0.1.7",
|
---|
| 4 | "description": "getpass for node.js",
|
---|
| 5 | "main": "lib/index.js",
|
---|
| 6 | "dependencies": {
|
---|
| 7 | "assert-plus": "^1.0.0"
|
---|
| 8 | },
|
---|
| 9 | "repository": {
|
---|
| 10 | "type": "git",
|
---|
| 11 | "url": "https://github.com/arekinath/node-getpass.git"
|
---|
| 12 | },
|
---|
| 13 | "scripts": {
|
---|
| 14 | "test": "tape test/*.test.js"
|
---|
| 15 | },
|
---|
| 16 | "author": "Alex Wilson <alex.wilson@joyent.com>",
|
---|
| 17 | "license": "MIT"
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.