Comparing version 0.6.0 to 0.7.0
@@ -5,3 +5,3 @@ { | ||
"description": "Bindings to Mac OS X Keychain", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"licenses": [ | ||
@@ -20,8 +20,8 @@ { | ||
}, | ||
"homepage": "http://atom.github.io/node-keytar", | ||
"scripts": { | ||
"prepublish": "grunt coffee", | ||
"test": "jasmine-node --captureExceptions --coffee spec/" | ||
"test": "jasmine-focused --captureExceptions --coffee spec/" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "~1.5.0", | ||
"grunt": "~0.4.1", | ||
@@ -31,3 +31,4 @@ "grunt-contrib-coffee": "~0.6.6", | ||
"grunt-shell": "~0.2.2", | ||
"coffee-script": "~1.6.2" | ||
"coffee-script": "~1.6.2", | ||
"jasmine-focused": "~0.2.0" | ||
}, | ||
@@ -34,0 +35,0 @@ "dependencies": { |
@@ -1,4 +0,5 @@ | ||
# keytar - Mac OS X Keychain Node Module | ||
# keytar - Keychain Node Module | ||
Get, add, replace, and delete passwords in the Keychain. | ||
A native Node module to get, add, replace, and delete passwords in the | ||
Mac OS X Keychain. | ||
@@ -69,3 +70,2 @@ ## Installing | ||
Returns `true` on success, `false` on failure. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9077
1