UNPKG

keychain

Version:

Basic access to the Mac OS X Keychain

26 lines (25 loc) 463 B
{ "name": "keychain", "version": "1.5.0", "description": "Basic access to the Mac OS X Keychain", "main": "keychain.js", "devDependencies": { "chai": "^4.3.7", "mocha": "^10.2.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:drudge/node-keychain.git" }, "keywords": [ "osx", "keychain", "password", "mac" ], "author": "Nicholas Penree", "license": "MIT" }