package.json 392 B

123456789101112131415161718
  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. }