UNPKG

gremlin-secure

Version:

Private version of the gremlin websocket client module: https://github.com/jbmusso/gremlin-javascript. This private version supports SSL and SASL authentication, and is undergoing a PR with the main module. This package is created as a private, temporary

14 lines (12 loc) 212 B
const config = { output: { library: 'gremlin', libraryTarget: 'umd' }, module: { loaders: [ { test: /\.js$/, exclude: /node_modules/, loader: 'babel' } ] } } export default config;