We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399d277 commit b4c18d6Copy full SHA for b4c18d6
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-node-swagger",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A set of tools for generating Swagger API documentation based on the HTTP nodes deployed in a flow",
5
"license": "Apache",
6
"repository": {
@@ -17,9 +17,10 @@
17
"swagger": "swagger/swagger.js"
18
}
19
},
20
- "author": {
21
- "name": "Nick O'Leary"
22
- },
+ "contributors": [
+ "Nick O'Leary <nick.oleary@gmail.com>",
+ "Cody Walker <cody@cody-walker.com>"
23
+ ],
24
"dependencies": {
25
"swagger-ui": "2.1.0",
26
"i18next-client": "1.10.2"
0 commit comments