Skip to content

Commit

Permalink
More related packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 19, 2016
1 parent 7fe6fc1 commit d5879de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,12 @@ If you are using this library in one of your projects, add it in this list. :spa


- [`cobol-promises`](https://github.com/IonicaBizau/node-cobol-promises)—COBOL bridge for NodeJS with promises support.

## :sparkles: Related

- [`node.cobol`](https://github.com/IonicaBizau/node.cobol#readme)—Node.js bridge for COBOL which allows you to run Node.js code from COBOL.
- [`fortran`](https://github.com/IonicaBizau/node-fortran)—Fortran bridge for Node.js which allows you to run Fortran code from Node.js.
- [`node.fortran`](https://github.com/IonicaBizau/node.fortran#readme)—Execute Node.js in your Fortran programs.



Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
}
],
"related": [
"node.cobol"
"node.cobol",
"fortran",
"node.fortran"
]
},
"dependencies": {
Expand Down Expand Up @@ -106,4 +108,4 @@
"cli.js",
"index.js"
]
}
}

0 comments on commit d5879de

Please sign in to comment.