Description
Currently The gremlint web app at tinkerpop.apache.org/gremlint still installs the gremlint library from github:OyvindSabo/gremlint#master. In the tinkerpop repo, however, gremlint is not located in the root directory, so installing it as a package directly from GitHub with npm is as far as I know not possible.
It would be nice to get gremlint published to npm so that it's easier for users to use it in JavaScript projects, and so that the gremlint web app can use the latest code from tinkerpop/gremlint, rather than installing the no longer maintained code from OyvindSabo/gremlint.
I assume this will have to be done similarly to how it's done for gremlin-javascript, although I haven't had time to look closely at how that's done yet.