forked from IBM-Cloud/gp-angular-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 779 Bytes
/
bower.json
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
27
28
29
30
31
32
33
{
"name": "gp-angular",
"description": "An AngularJS SDK for the Globalization Pipeline on IBM's Bluemix",
"version": "1.1.2",
"moduleType": "amd",
"author": "Scott Russell <[email protected]>",
"license": "Apache 2.0",
"main": ["src/gp-angular.js"],
"keywords": [
"angular",
"globalizationPipeline",
"rest",
"sdk",
"ibm",
"bluemix",
"client-side"
],
"ignore": [
"docs",
"demoApp",
"test",
".gitignore",
"index.html"
],
"homepage": "https://github.com/IBM-Bluemix/gp-angular-client",
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/gp-angular-client"
},
"bugs": {
"url": "https://github.com/IBM-Bluemix/gp-angular-client/issues"
}
}