-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 861 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "prenly-js-bridge",
"version": "2.0.1",
"description": "The Prenly App SDK is a JavaScript toolkit tailored for developers looking to integrate their web sites seamlessly with the Prenly native apps, focusing on user authentication and consent management. This repository contains the distribution files for the JavaScript SDK.",
"main": "dist/prenly-app-sdk.umd.js",
"module": "dist/prenly-app-sdk.es.js",
"types": "dist/prenly-app-sdk.d.ts",
"files": [
"dist/*"
],
"keywords": [
"prenly",
"jsbridge",
"sdk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Textalk/prenly-js-bridge.git"
},
"author": "Textalk AB",
"license": "ISC",
"bugs": {
"url": "https://github.com/Textalk/prenly-js-bridge/issues"
},
"homepage": "https://github.com/Textalk/prenly-js-bridge#readme"
}