web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
392 B

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