Skip to content

Commit 84b7ac7

Browse files
authored
Create bower.json
1 parent cbf2e2a commit 84b7ac7

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)