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.

26 lines
454 B

{
"name": "keychain",
"version": "1.3.0",
"description": "Basic access to the Mac OS X Keychain",
"main": "keychain.js",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:drudge/node-keychain.git"
},
"keywords": [
"osx",
"keychain",
"password",
"mac"
],
"author": "Nicholas Penree",
"license": "MIT"
}