Skip to content

Commit 471e7f2

Browse files
author
Chris Wiechmann
committed
Update package.json
1 parent 8cd63d6 commit 471e7f2

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

api-builder-plugin-fn-elasticsearch/package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
{
22
"name": "@axway-api-builder-ext/api-builder-plugin-fn-elasticsearch",
33
"version": "1.0.0",
4-
"description": "A plugin for Axway API Builder",
5-
"author": "",
6-
"license": "ISC",
4+
"description": "Integrate Elasticsearch into your API-Builder flow to combine search data for instance with other data available in your flow.",
5+
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com)",
6+
"license": "Apache-2.0",
77
"keywords": [
88
"amplify",
9-
"api-builder"
9+
"api-builder",
10+
"google",
11+
"maps",
12+
"googlemaps"
1013
],
14+
"homepage": "https://github.com/Axway-API-Builder-Ext/api-builder-extras/tree/master/api-builder-plugin-fn-google-maps",
15+
"bugs": {
16+
"url": "https://github.com/Axway-API-Builder-Ext/issues"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/Axway-API-Builder-Ext/api-builder-extras.git"
21+
},
1122
"engines": {
1223
"node": ">= 10.0"
1324
},

0 commit comments

Comments
 (0)