Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalumickas committed Oct 6, 2020
1 parent 33301ed commit 50c9d2b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@vietaapp/node-mac-sign-in-with-apple",
"name": "node-mac-sign-in-with-apple",
"version": "0.3.0",
"description": "A native module that allows you to Sign in with Apple in macOS",
"main": "index.js",
Expand All @@ -12,6 +12,22 @@
"bugs": {
"url": "https://github.com/vietaapp/node-mac-sign-in-with-apple/issues"
},
"contributors": [
{
"name": "Simonas Belickas",
"email": "[email protected]"
},
{
"name": "Justas Palumickas",
"email": "[email protected]",
"url": "https://jpalumickas.com"
},
{
"name": "Domas Bitvinskas",
"email": "[email protected]",
"url": "https://domasbitvinskas.com"
}
],
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^3.0.2"
Expand Down

0 comments on commit 50c9d2b

Please sign in to comment.