We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83bc7e commit 2942ca7Copy full SHA for 2942ca7
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "@node-red/flow-parser",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Parser Utility for Node-RED Flow JSON",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/node-red/flow-parser.git"
8
+ },
9
"main": "lib/index.js",
10
"scripts": {
11
"test": "npx mocha ./test/test.js",
12
"docs": "npx jsdoc -c ./jsdoc.json -d docs -R README.md lib"
13
},
- "keywords": [],
14
+ "keywords": ["node-red"],
15
"license": "Apache-2.0",
16
"devDependencies": {
17
"jsdoc": "^3.6.7",
0 commit comments