We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf2e2a commit 84b7ac7Copy full SHA for 84b7ac7
1 file changed
bower.json
@@ -0,0 +1,26 @@
1
+
2
+{
3
+ "name": "purecloud-platform-client-v2",
4
+ "homepage": "https://github.com/MyPureCloud/platform-client-sdk-javascript",
5
+ "authors": [
6
+ "Genesys Developer Evangelists"
7
+ ],
8
+ "description": "A JavaScript library to interface with the PureCloud Platform API",
9
+ "main": [
10
+ "build/web/purecloud-platform-client-v2.js",
11
+ "build/web/purecloud-platform-client-v2.min.js"
12
13
+ "moduleType": [
14
+ "globals"
15
16
+ "license": "MIT",
17
+ "ignore": [
18
+ ".*",
19
+ "src",
20
+ "docs",
21
+ "spec",
22
+ "templates",
23
+ "tutorials",
24
+ "*.*"
25
+ ]
26
+}
0 commit comments