-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add author, descirption and contributors
- Loading branch information
Manuel
committed
Apr 27, 2021
1 parent
75aa729
commit 1481efb
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "capacitor-plugin-app-tracking-transparency", | ||
"version": "1.0.0", | ||
"description": ".", | ||
"description": "Capacitor plugin to request user authorization to access app-related data for tracking the user or the device.", | ||
"main": "dist/plugin.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
|
@@ -14,7 +14,19 @@ | |
"watch": "tsc --watch", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": ".", | ||
"author": "Manuel Heidrich", | ||
"contributors": [ | ||
{ | ||
"name": "Manuel Heidrich", | ||
"email": "[email protected]", | ||
"url": "https://www.manuel-heidrich.dev" | ||
}, | ||
{ | ||
"name": "prototype.berlin GmbH", | ||
"email": "[email protected]", | ||
"url": "https://www.prototype.berlin" | ||
} | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@capacitor/core": "^2.4.7", | ||
|