forked from MyPureCloud/platform-client-sdk-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (25 loc) · 618 Bytes
/
Copy pathbower.json
File metadata and controls
26 lines (25 loc) · 618 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": "purecloud-platform-client-v2",
"homepage": "https://github.com/MyPureCloud/platform-client-sdk-javascript",
"authors": [
"Genesys Developer Evangelists"
],
"description": "A JavaScript library to interface with the PureCloud Platform API",
"main": [
"build/web/purecloud-platform-client-v2.js",
"build/web/purecloud-platform-client-v2.min.js"
],
"moduleType": [
"globals"
],
"license": "MIT",
"ignore": [
".*",
"src",
"docs",
"spec",
"templates",
"tutorials",
"*.*"
]
}